diff options
author | Esen Sagynov <kadishmal@gmail.com> | 2011-08-10 12:22:58 +0200 |
---|---|---|
committer | Esen Sagynov <kadishmal@gmail.com> | 2011-08-10 12:22:58 +0200 |
commit | ee3e594893d28ca6370d24d2a4406c1897959175 (patch) | |
tree | 2bd315780665c274734222d07613a950e947688a /application/config/profiler.php | |
parent | 2e08794d5de57d727abb2abe752a4479b3ec0242 (diff) |
Added field name wrappers (") in insert/update/replace/_process_fields/_create_table functions to avoid reserved word conflicts.
Diffstat (limited to 'application/config/profiler.php')
-rw-r--r-- | application/config/profiler.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/application/config/profiler.php b/application/config/profiler.php deleted file mode 100644 index f8a5b1a1e..000000000 --- a/application/config/profiler.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); -/* -| ------------------------------------------------------------------------- -| Profiler Sections -| ------------------------------------------------------------------------- -| This file lets you determine whether or not various sections of Profiler -| data are displayed when the Profiler is enabled. -| Please see the user guide for info: -| -| http://codeigniter.com/user_guide/general/profiling.html -| -*/ - - - -/* End of file profiler.php */ -/* Location: ./application/config/profiler.php */
\ No newline at end of file |