Changeset 1668
- Timestamp:
- 09/04/2007 07:43:55 AM (16 months ago)
- Files:
-
- 1 modified
-
trunk/scripts/settings.class.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/settings.class.php
r1667 r1668 22 22 function get_data() { 23 23 # no return 24 // this is a blacklist of constats which are not to be written in settings.inc.php 24 25 $search = array( 'JLOG_ADMIN', 25 26 'JLOG_DB_CONTENT', … … 47 48 } 48 49 49 function get_userdata($d ) {50 function get_userdata($d = false, $exclusiv = false) { 50 51 # no return 51 52 … … 55 56 else $this->d = array_merge($this->d, $d); 56 57 } 57 58 58 59 if(JLOG_ADMIN === true) { 59 60 $this->d['jlog_db'] = JLOG_DB;
