Changeset 1081
- Timestamp:
- 08/28/06 01:39:36 (4 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/classes/Content.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/Content.php
r1080 r1081 139 139 // By default content display logging is enabled 140 140 $this->setLoggingStatus(true); 141 $this->log_as_content &=$this;141 $this->log_as_content =& $this; 142 142 } 143 143
