1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00

MFB: Fixed typo in previous patch

This commit is contained in:
Ilia Alshanetsky
2007-10-01 15:00:15 +00:00
parent 191bf235ed
commit 94eb3ed91b

View 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 {