Changeset 151
- Timestamp:
- 2008-06-05 10:37:01 (6 months ago)
- Files:
-
- trunk/classes/misc/Post.php (modified) (1 diff)
- trunk/classes/pages/Page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/classes/misc/Post.php
r148 r151 282 282 $q = NULL; 283 283 } 284 } 285 // check if username set 286 if (!isset($user) || $user == '') { 287 $_error = $LANG['error_mandatory']; 288 $ok = 0; 284 289 } 285 290 // finally, sort out e-mail banning trunk/classes/pages/Page.php
r137 r151 341 341 } 342 342 // The authors politely ask you to keep this notice of authorship and copyright intact in the spirit of 'credit where credit is due'. 343 $_temp = new XMLElement('<div id="bottombar">' . $LANG['Powered_by'] . ' <a href="http://www.spamboard.net" target="_blank">Spam Board</a> ' . $VERSION . ' &copy; 2007 <a href="http://www.spamboard.net/wiki/Authors" target="_blank">Spam Board Team</a></div>');343 $_temp = new XMLElement('<div id="bottombar">' . $LANG['Powered_by'] . ' <a href="http://www.spamboard.net" target="_blank">Spam Board</a> ' . $VERSION . ' &copy; 2007, 2008 <a href="http://www.spamboard.net/wiki/Authors" target="_blank">Spam Board Team</a></div>'); 344 344 // append page footer 345 345 $this->html->body->addElement($_temp);
