File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ public function latest()
285
285
if ( ! $ migrations = $ this ->find_migrations ())
286
286
{
287
287
$ this ->_error_string = $ this ->lang ->line ('migration_none_found ' );
288
- return false ;
288
+ return FALSE ;
289
289
}
290
290
291
291
$ last_migration = basename (end ($ migrations ));
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ public function parseRequest($data = '')
230
230
);
231
231
232
232
xml_set_object ($ parser , $ parser_object );
233
- xml_parser_set_option ($ parser , XML_OPTION_CASE_FOLDING , true );
233
+ xml_parser_set_option ($ parser , XML_OPTION_CASE_FOLDING , TRUE );
234
234
xml_set_element_handler ($ parser , 'open_tag ' , 'closing_tag ' );
235
235
xml_set_character_data_handler ($ parser , 'character_data ' );
236
236
//xml_set_default_handler($parser, 'default_handler');
You can’t perform that action at this time.
0 commit comments