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

index c40944acb55f1f75356823502c253abaf6ba1061..8bd6a9eee16d1ac0b164e66ec338d18f48f15a25 100644 (file)
@@ -2468,7 +2468,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;
                }
        }