[PHPLIB-DEV] cvs commit From: ssilk (phplib-dev <email protected>)
Date: 03/20/00

From: ssilk
Date: Mon Mar 20 23:00:02 2000
Modified files:
      php-lib/php/query_sql.inc

Log message:
Bugfix

Index: php-lib/php/query_sql.inc
diff -u php-lib/php/query_sql.inc:1.13 php-lib/php/query_sql.inc:1.14
--- php-lib/php/query_sql.inc:1.13 Mon Mar 20 02:43:43 2000
+++ php-lib/php/query_sql.inc Mon Mar 20 23:00:00 2000
@@ -9,7 +9,7 @@
  * is based in November 1997,
  * it was a collection of functions for PHP/FI and mSQL.
  *
- * $Id: query_sql.inc,v 1.13 2000/03/20 01:43:43 ssilk Exp $
+ * $Id: query_sql.inc,v 1.14 2000/03/20 22:00:00 ssilk Exp $
  *
  */
 
@@ -788,7 +788,7 @@
                 ## Part 2.a: Too much words?
                 if ($maxwords) {
                         if ($count($s) > $maxwords) {
- Return(false,1);
+ Return(Array(false,1));
                         }
                 }
 

-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.