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/cache | |
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/cache')
-rw-r--r-- | application/cache/.htaccess | 1 | ||||
-rw-r--r-- | application/cache/index.html | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/application/cache/.htaccess b/application/cache/.htaccess deleted file mode 100644 index 3418e55a6..000000000 --- a/application/cache/.htaccess +++ /dev/null @@ -1 +0,0 @@ -deny from all
\ No newline at end of file diff --git a/application/cache/index.html b/application/cache/index.html deleted file mode 100644 index c942a79ce..000000000 --- a/application/cache/index.html +++ /dev/null @@ -1,10 +0,0 @@ -<html> -<head> - <title>403 Forbidden</title> -</head> -<body> - -<p>Directory access is forbidden.</p> - -</body> -</html>
\ No newline at end of file |