cvs: smarty /libs/plugins modifier.date_format.php

"Messju Mohr" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsmessju1089646020@cvsserver>
messju		Mon Jul 12 11:27:00 2004 EDT

  Modified files:              
    /smarty/libs/plugins	modifier.date_format.php 
  Log:
  changed call from $smarty->_get_plugin_filepath() to
  $smarty->get_plugin_filepath()
  
  
  
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.date_format.php?r1=1.11&r2=1.12&ty=u
Index: smarty/libs/plugins/modifier.date_format.php
diff -u smarty/libs/plugins/modifier.date_format.php:1.11 smarty/libs/plugins/modifier.date_format.php:1.12
--- smarty/libs/plugins/modifier.date_format.php:1.11	Wed Jun 23 09:56:10 2004
+++ smarty/libs/plugins/modifier.date_format.php	Mon Jul 12 11:27:00 2004
@@ -8,7 +8,7 @@
 /**
  * Include the {@link shared.make_timestamp.php} plugin
  */
-require_once $smarty->_get_plugin_filepath('shared','make_timestamp');
+require_once $smarty->get_plugin_filepath('shared','make_timestamp');
 /**
  * Smarty date_format modifier plugin
  *

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.