[pLog-svn] r4773 - plog/branches/lifetype-1.2/class/net/http

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Feb 18 15:51:42 EST 2007


Author: oscar
Date: 2007-02-18 15:51:42 -0500 (Sun, 18 Feb 2007)
New Revision: 4773

Modified:
   plog/branches/lifetype-1.2/class/net/http/httpcache.class.php
Log:
Removed an unnecessary include.

Modified: plog/branches/lifetype-1.2/class/net/http/httpcache.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/net/http/httpcache.class.php	2007-02-18 20:51:06 UTC (rev 4772)
+++ plog/branches/lifetype-1.2/class/net/http/httpcache.class.php	2007-02-18 20:51:42 UTC (rev 4773)
@@ -1,7 +1,5 @@
 <?php
 
-lt_include( PLOG_CLASS_PATH."class/net/http/httpvars.class.php" );
-
 //In RSS/ATOM feedMode, contains the date of the clients last update.
 $clientCacheDate=0; //Global public variable because PHP4 does not allow conditional arguments by reference
 $_sessionMode=false; //Global private variable



More information about the pLog-svn mailing list