Changeset 1668

Show
Ignore:
Timestamp:
09/04/2007 07:43:55 AM (16 months ago)
Author:
driehle
Message:

this file got missing somehow

Files:
1 modified

Legend:

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

    r1667 r1668  
    2222    function get_data() { 
    2323     # no return 
     24     // this is a blacklist of constats which are not to be written in settings.inc.php 
    2425     $search = array(   'JLOG_ADMIN', 
    2526                        'JLOG_DB_CONTENT', 
     
    4748    } 
    4849     
    49     function get_userdata($d) { 
     50    function get_userdata($d = false, $exclusiv = false) { 
    5051    # no return 
    5152     
     
    5556        else $this->d = array_merge($this->d, $d); 
    5657      } 
    57     
     58       
    5859      if(JLOG_ADMIN === true) { 
    5960        $this->d['jlog_db'] = JLOG_DB;