tony2001 Thu Jan 20 13:44:26 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/imap php_imap.c
Log:
fix error message =/
http://cvs.php.net/diff.php/php-src/ext/imap/php_imap.c?r1=1.184.2.14&r2=1.184.2.15&ty=u
Index: php-src/ext/imap/php_imap.c
diff -u php-src/ext/imap/php_imap.c:1.184.2.14
php-src/ext/imap/php_imap.c:1.184.2.15
--- php-src/ext/imap/php_imap.c:1.184.2.14 Thu Jan 20 13:08:54 2005
+++ php-src/ext/imap/php_imap.c Thu Jan 20 13:44:25 2005
@@ -26,7 +26,7 @@
| PHP 4.0 updates: Zeev Suraski <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: php_imap.c,v 1.184.2.14 2005/01/20 18:08:54 tony2001 Exp $ */
+/* $Id: php_imap.c,v 1.184.2.15 2005/01/20 18:44:25 tony2001 Exp $ */
#define IMAP41
@@ -2468,7 +2468,7 @@
if (myargc >= 4) {
convert_to_long_ex(flags);
if (Z_LVAL_PP(flags) < 0) {
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "Search
options parameter has to be greater than or equal to 0cannot be less than 0");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Search
options parameter has to be greater than or equal to 0");
RETURN_FALSE;
}
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php