]> granicus.if.org Git - php/commitdiff
MFB: Fixed typo in previous patch
authorIlia Alshanetsky <iliaa@php.net>
Mon, 1 Oct 2007 15:00:15 +0000 (15:00 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 1 Oct 2007 15:00:15 +0000 (15:00 +0000)
Zend/zend_ini.c

index 5ff57892e4902c89eb2815a4a2200e2e182f4f52..a559cdc22dc1a33a5ad048b81464e5cfc5180356 100644 (file)
@@ -441,7 +441,7 @@ ZEND_INI_DISP(zend_ini_boolean_displayer_cb) /* {{{ */
                        value = 1;
                } else if (tmp_value_len == 2 && strcasecmp(tmp_value, "on") == 0) {
                        value = 1;
-               } else (tmp_value) {
+               } else {
                        value = atoi(tmp_value);
                }
        } else {