Update of /cvsroot/logicampus/logicampus/src/public_html/templates/sinorca
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31525/public_html/templates/sinorca
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/sinorca/header.html.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** header.html.php 5 Oct 2007 19:28:57 -0000 1.19
--- header.html.php 13 Aug 2008 22:08:22 -0000 1.20
***************
*** 201,203 ****
--- 201,205 ----
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();
?>
|