[pLog-svn] r1680 - plog/branches/plog-1.0.1/class/object

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri Apr 1 19:29:04 GMT 2005


Author: oscar
Date: 2005-04-01 19:29:04 +0000 (Fri, 01 Apr 2005)
New Revision: 1680

Modified:
   plog/branches/plog-1.0.1/class/object/exception.class.php
Log:
removed one notice message


Modified: plog/branches/plog-1.0.1/class/object/exception.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/object/exception.class.php	2005-04-01 19:04:10 UTC (rev 1679)
+++ plog/branches/plog-1.0.1/class/object/exception.class.php	2005-04-01 19:29:04 UTC (rev 1680)
@@ -48,8 +48,10 @@
 					if( ($trace["function"] != "_internalerrorhandler") && ($trace["file"] != __FILE__ )) {
 						print( $trace["file"] );
 						print( "(".$trace["line"]."): " );
-						if( $trace["class"] != "" )
-							print( $trace["class"]."." );
+						if( isset( $trace["class"] )) {
+    						if( $trace["class"] != "" )
+    	   						print( $trace["class"]."." );
+    	                }
 						print( $trace["function"] );
 						print( "<br/>" );
 					}




More information about the pLog-svn mailing list