derick          Fri Oct  4 12:55:47 2002 EDT

  Modified files:              
    /php4/ext/standard  string.c 
  Log:
  - dot :)
  
  
Index: php4/ext/standard/string.c
diff -u php4/ext/standard/string.c:1.310 php4/ext/standard/string.c:1.311
--- php4/ext/standard/string.c:1.310    Fri Oct  4 12:54:56 2002
+++ php4/ext/standard/string.c  Fri Oct  4 12:55:46 2002
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: string.c,v 1.310 2002/10/04 16:54:56 sterling Exp $ */
+/* $Id: string.c,v 1.311 2002/10/04 16:55:46 derick Exp $ */
 
 /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
 
@@ -875,7 +875,7 @@
                ZVAL_STRINGL(delim, _IMPL_EMPTY, sizeof(_IMPL_EMPTY) - 1, 0);
 
                if (Z_TYPE_PP(arg1) != IS_ARRAY) {
-                       php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument to 
implode must be an array");
+                       php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument to 
+implode must be an array.");
                        return;
                }
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to