[Openfirst-cvscommit] SF.net SVN: openfirst: [214] trunk/src/includes/functions.php
Brought to you by:
xtimg
|
From: <ast...@us...> - 2007-03-15 02:35:08
|
Revision: 214
http://svn.sourceforge.net/openfirst/?rev=214&view=rev
Author: astronouth7303
Date: 2007-03-14 19:35:03 -0700 (Wed, 14 Mar 2007)
Log Message:
-----------
Fixed reference to a PHP5 function
Modified Paths:
--------------
trunk/src/includes/functions.php
Modified: trunk/src/includes/functions.php
===================================================================
--- trunk/src/includes/functions.php 2006-07-28 16:43:16 UTC (rev 213)
+++ trunk/src/includes/functions.php 2007-03-15 02:35:03 UTC (rev 214)
@@ -59,7 +59,7 @@
"$ModuleDir"
);
- return str_ireplace($find, $replace, $text);
+ return str_replace($find, $replace, $text);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|