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/hooks.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/hooks.php')
-rw-r--r-- | application/config/hooks.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/application/config/hooks.php b/application/config/hooks.php deleted file mode 100644 index a4ad2be6d..000000000 --- a/application/config/hooks.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); -/* -| ------------------------------------------------------------------------- -| Hooks -| ------------------------------------------------------------------------- -| This file lets you define "hooks" to extend CI without hacking the core -| files. Please see the user guide for info: -| -| http://codeigniter.com/user_guide/general/hooks.html -| -*/ - - - -/* End of file hooks.php */ -/* Location: ./application/config/hooks.php */
\ No newline at end of file |