]> granicus.if.org Git - php/commitdiff
fix error message =/
authorAntony Dovgal <tony2001@php.net>
Thu, 20 Jan 2005 18:46:14 +0000 (18:46 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 20 Jan 2005 18:46:14 +0000 (18:46 +0000)
ext/imap/php_imap.c

index 6259f632eeb8e1e48e73ac849df1196a282e573d..bd633469a7e645ca03997724262d2a51355d4232 100644 (file)
@@ -2435,7 +2435,7 @@ PHP_FUNCTION(imap_sort)
        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;
                }
        }