commit | 1993aab7798282a1af7960e88a5c3835c79d4932 | [log] [tgz] |
---|---|---|
author | darwinel <kmorssink@gmail.com> | Sat Feb 08 00:48:38 2014 +0100 |
committer | darwinel <kmorssink@gmail.com> | Sat Feb 08 00:48:38 2014 +0100 |
tree | a246ba204dfda7a75d60221a34998f80b9ac404e | |
parent | be40642b5b358c6e68b9cdcbde7ce4a36c9fa49c [diff] [blame] |
Small Style fix General Style and Syntax
diff --git a/tests/codeigniter/libraries/Session_test.php b/tests/codeigniter/libraries/Session_test.php index cff0fdb..97e9444 100644 --- a/tests/codeigniter/libraries/Session_test.php +++ b/tests/codeigniter/libraries/Session_test.php
@@ -8,7 +8,7 @@ protected $settings = array( 'use_cookies' => 0, 'use_only_cookies' => 0, - 'cache_limiter' => false + 'cache_limiter' => FALSE ); protected $setting_vals = array(); protected $cookie_vals;