summaryrefslogtreecommitdiffstats
path: root/application/config/profiler.php
diff options
context:
space:
mode:
authorEsen Sagynov <kadishmal@gmail.com>2011-08-10 12:22:58 +0200
committerEsen Sagynov <kadishmal@gmail.com>2011-08-10 12:22:58 +0200
commitee3e594893d28ca6370d24d2a4406c1897959175 (patch)
tree2bd315780665c274734222d07613a950e947688a /application/config/profiler.php
parent2e08794d5de57d727abb2abe752a4479b3ec0242 (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.php17
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