Update of /cvsroot/logicampus/logicampus/src/public_html/templates/private
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31525/public_html/templates/private
Modified Files:
header.html.php
Log Message:
Change the way errors are displayed so that it doesn't put HTML before the start HTML tag.
Index: header.html.php
===================================================================
RCS file: /cvsroot/logicampus/logicampus/src/public_html/templates/private/header.html.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** header.html.php 5 Jul 2007 13:36:10 -0000 1.18
--- header.html.php 13 Aug 2008 22:08:22 -0000 1.19
***************
*** 173,176 ****
--- 173,178 ----
echo lcMessageBox('Someone sent you a new private message. Do you want to read them? <a href="'.appurl('pm').'">Yes, take me to my private messages.</a>','q');
}
+
+ lcSystem::getErrorBox();
?>
|