Changeset 141
- Timestamp:
- 09/07/05 21:02:35 (4 years ago)
- Files:
-
- admin.lib.php (modified) (1 diff)
- admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
admin.lib.php
r140 r141 136 136 } 137 137 } 138 if ($this->sessionError != "") { 139 echo "<div class=\"updateinfo\">Error : " . $this->sessionError . "</div>\n"; 140 } 138 141 } 139 142 admin.php
r140 r141 12 12 $admin->login(); 13 13 //why? 14 // Reinitalise the admin variable now the user is logged in 15 // (fixes the bug whereby the date is not displayed on recent posts when you first log in 16 // because there is no date format string provided) 14 17 $admin = new admin(); 15 18 break;
