Show
Ignore:
Timestamp:
09/02/06 23:35:06 (6 years ago)
Author:
max-horvath
Message:

"2006-09-02 Max Horvath <max.horvath@…>

  • Installation script checks for PHP session extension (fixes #139)
  • Removed \"Call-time pass-by-reference has been deprecated\" warnings (fixes #239)
  • Revert changes of FCKeditor implementation (fixes #240)
  • Fix of FCKeditor implementation, now also supports FCKeditor 2.3+ (fixes #145)
  • Hotspots/Nodes? are sorted case-insensitive now (fixes #109)
  • Fix #141
  • templates/sites/index.tpl: fix wrong user count (fixes #236)
  • Added more trash mail services to the black list (fixes #149)"
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/Content/ContentGroup/ContentGroup.php

    r1085 r1088  
    730730    } 
    731731 
    732     /** Delete this Content from the database 
    733     */ 
     732    /** 
     733     * Delete this Content from the database 
     734     */ 
    734735    public function delete(& $errmsg) { 
    735736        if ($this->isPersistent() == false) { 
     
    738739            } 
    739740        } 
    740         return parent :: delete($errmsg); 
    741     } 
     741        return parent::delete($errmsg); 
     742    } 
     743 
    742744    /** Reloads the object from the database.  Should normally be called after a set operation. 
    743745    * This function is private because calling it from a subclass will call the