[pLog-svn] r3305 - plog/trunk/class/data
    jondaley at devel.lifetype.net 
    jondaley at devel.lifetype.net
       
    Sun Apr 30 11:44:43 GMT 2006
    
    
  
Author: jondaley
Date: 2006-04-30 11:44:43 +0000 (Sun, 30 Apr 2006)
New Revision: 3305
Modified:
   plog/trunk/class/data/textfilter.class.php
Log:
forgot this is a static class
Modified: plog/trunk/class/data/textfilter.class.php
===================================================================
--- plog/trunk/class/data/textfilter.class.php	2006-04-30 11:40:45 UTC (rev 3304)
+++ plog/trunk/class/data/textfilter.class.php	2006-04-30 11:44:43 UTC (rev 3305)
@@ -430,7 +430,7 @@
             $search  = array('_',' ');
             $replace = array('-','-');
             $string = str_replace($search, $replace, $string);
-            $string = urlize($string);
+            $string = Textfilter::urlize($string);
             $string = trim($string, "-.");
             
             return $string;            
    
    
More information about the pLog-svn
mailing list