[geeklog-cvs] Geeklog-1.x/public_html lib-common.php,1.698,1.699

Dirk Haun dhaun at qs1489.pair.com
Fri May 16 15:20:53 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html
In directory qs1489.pair.com:/tmp/cvs-serv26660/public_html

Modified Files:
	lib-common.php 
Log Message:
We don't really need to be XHTML compliant in the error handler (and in case the XHTML constant is not defined when the error occurs, it only adds to the confusion)


Index: lib-common.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/lib-common.php,v
retrieving revision 1.698
retrieving revision 1.699
diff -C2 -d -r1.698 -r1.699
*** lib-common.php	11 May 2008 07:56:01 -0000	1.698
--- lib-common.php	16 May 2008 19:20:51 -0000	1.699
***************
*** 6498,6503 ****
          {
              echo("
!                 An error has occurred:<br" . XHTML . ">
!                 $errno - $errstr @ $errfile line $errline<br" . XHTML . ">
              <pre>");
              ob_start();
--- 6498,6503 ----
          {
              echo("
!                 An error has occurred:<br>
!                 $errno - $errstr @ $errfile line $errline<br>
              <pre>");
              ob_start();




More information about the geeklog-cvs mailing list