[pLog-svn] r6111 - plog/branches/lifetype-1.2/class/cache/Cache_Lite

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Dec 15 12:17:34 EST 2007


Author: jondaley
Date: 2007-12-15 12:17:34 -0500 (Sat, 15 Dec 2007)
New Revision: 6111

Modified:
   plog/branches/lifetype-1.2/class/cache/Cache_Lite/Lite.php
Log:
my bad.  I thought I fixed a typo a long time ago, but there is a substr() call that makes this 'typo' correct.  We aren't using this feature, so it doesn't affect anyone

Modified: plog/branches/lifetype-1.2/class/cache/Cache_Lite/Lite.php
===================================================================
--- plog/branches/lifetype-1.2/class/cache/Cache_Lite/Lite.php	2007-12-07 08:57:50 UTC (rev 6110)
+++ plog/branches/lifetype-1.2/class/cache/Cache_Lite/Lite.php	2007-12-15 17:17:34 UTC (rev 6111)
@@ -629,7 +629,7 @@
                                     }
                                 }
                                 break;
-                            case 'notingroup':
+                            case 'notingrou':
                                 if (!strpos($file2, $motif, 0)) {
                                     $result = ($result and ($this->_unlink($file2)));
                                 }



More information about the pLog-svn mailing list