|
From: Benjamin C. <bc...@us...> - 2002-03-17 01:46:40
|
Update of /cvsroot/phpbt/phpbt/inc
In directory usw-pr-cvs1:/tmp/cvs-serv5621/inc
Modified Files:
functions.php
Log Message:
Oops
Index: functions.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/functions.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- functions.php 17 Mar 2002 01:36:43 -0000 1.7
+++ functions.php 17 Mar 2002 01:46:38 -0000 1.8
@@ -371,7 +371,7 @@
case 'fbsql' : $retstr = 'CONCAT('. delimit_list(', ', $pieces).')'; break;
default : $retstr = delimit_list(' + ', $pieces); break;
}
- return $retstr
+ return $retstr;
}
?>
|