- Timestamp:
- 09/02/06 23:35:06 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/Content/ContentGroup/ContentGroup.php
r1085 r1088 730 730 } 731 731 732 /** Delete this Content from the database 733 */ 732 /** 733 * Delete this Content from the database 734 */ 734 735 public function delete(& $errmsg) { 735 736 if ($this->isPersistent() == false) { … … 738 739 } 739 740 } 740 return parent :: delete($errmsg); 741 } 741 return parent::delete($errmsg); 742 } 743 742 744 /** Reloads the object from the database. Should normally be called after a set operation. 743 745 * This function is private because calling it from a subclass will call the
