Changeset 1672

Show
Ignore:
Timestamp:
09/04/2007 06:37:37 PM (16 months ago)
Author:
jeena
Message:

fixed text indentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/settings.class.php

    r1668 r1672  
    1616 
    1717    function put_data($what = false) { 
    18     if($what === false) return $this->d; 
    19     else return $this->d[$what]; 
     18        if($what === false) return $this->d; 
     19        else return $this->d[$what]; 
    2020    } 
    2121