Update of /cvsroot/openfirst/base/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10625/includes
Modified Files:
functions.php
Log Message:
syntax error
Index: functions.php
===================================================================
RCS file: /cvsroot/openfirst/base/includes/functions.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** functions.php 17 Aug 2005 16:36:16 -0000 1.6
--- functions.php 17 Aug 2005 17:28:40 -0000 1.7
***************
*** 105,109 ****
function ofStripLineComment($commentors, $text) {
$rtn = array();
! $lines = explode(array("\r\n","\n","\r"), $text)
foreach($lines as $line) {
$parts = explode($commentors, $line, 2);
--- 105,109 ----
function ofStripLineComment($commentors, $text) {
$rtn = array();
! $lines = explode(array("\r\n","\n","\r"), $text);
foreach($lines as $line) {
$parts = explode($commentors, $line, 2);
|