[pLog-svn] r4092 - plog/trunk/class/object

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Oct 5 19:00:53 GMT 2006


Author: oscar
Date: 2006-10-05 19:00:53 +0000 (Thu, 05 Oct 2006)
New Revision: 4092

Added:
   plog/trunk/class/object/loader.class.php
Log:
added the missing key class


Added: plog/trunk/class/object/loader.class.php
===================================================================
--- plog/trunk/class/object/loader.class.php	2006-10-05 18:06:53 UTC (rev 4091)
+++ plog/trunk/class/object/loader.class.php	2006-10-05 19:00:53 UTC (rev 4092)
@@ -0,0 +1,11 @@
+<?php
+
+	function lt_include( $filename )
+	{ 
+		if(!isset($GLOBALS['included_files'][$filename] )) { 
+			include_once($filename);
+			$GLOBALS['included_files'][$filename] = TRUE; 
+		}
+	}
+
+?>
\ No newline at end of file



More information about the pLog-svn mailing list