app_timezone defaults to nil

This commit is contained in:
Brian Lopez 2010-08-09 14:50:58 -07:00
parent c3c5c8f85a
commit 5a9ca9c76f
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ static VALUE rb_mysql_result_each(int argc, VALUE * argv, VALUE self) {
} else if (appTz == sym_utc) { } else if (appTz == sym_utc) {
app_timezone = intern_utc; app_timezone = intern_utc;
} else { } else {
app_timezone = intern_local; app_timezone = Qnil;
} }
if (wrapper->lastRowProcessed == 0) { if (wrapper->lastRowProcessed == 0) {