~ubuntu-branches/ubuntu/maverick/gosa/maverick

« back to all changes in this revision

Viewing changes to include/class_config.inc

  • Committer: Bazaar Package Importer
  • Author(s): Cajus Pollmeier
  • Date: 2007-04-11 10:02:20 UTC
  • Revision ID: james.westby@ubuntu.com-20070411100220-p30rdbqio3m61dvj
Tags: 2.5.10-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
      $this->current['GROUPS']= "ou=groups";
242
242
    }
243
243
 
 
244
    if (isset($this->current['INITIAL_BASE'])){
 
245
      $_SESSION['CurrentMainBase']= $this->current['INITIAL_BASE'];
 
246
    }
 
247
 
244
248
    /* Remove possibly added ',' from end of group and people ou */
245
249
    $this->current['GROUPS'] = preg_replace("/,*$/","",$this->current['GROUPS']);
246
250
    $this->current['PEOPLE'] = preg_replace("/,*$/","",$this->current['PEOPLE']);