- Fixed logic.

This commit is contained in:
Derick Rethans 2005-07-04 14:32:50 +00:00
parent 343af548a6
commit 69feece2bc

View File

@ -620,7 +620,7 @@ PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gmt)
}
timelib_time_dtor(ts);
if (gmt) {
if (!gmt) {
timelib_time_offset_dtor(offset);
}