summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2006-02-19 19:55:14 +0000
committerLester Caine <lester@lsces.co.uk>2006-02-19 19:55:14 +0000
commit4d66b3f79725e5c9efe9605815ea5091679f5c79 (patch)
tree1abd79bed24dff8d681f301b326730efd8a0b5c7 /admin
parent5bda6ec56941b93a3d4e6d215c929825fb801b0f (diff)
downloadfisheye-4d66b3f79725e5c9efe9605815ea5091679f5c79.tar.gz
fisheye-4d66b3f79725e5c9efe9605815ea5091679f5c79.tar.bz2
fisheye-4d66b3f79725e5c9efe9605815ea5091679f5c79.zip
Fix reserved word field names
POSITION - SQL Reserved
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 1a06318..c037a12 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -14,7 +14,7 @@ $tables = array(
'fisheye_gallery_image_map' => "
gallery_content_id I4 NOTNULL,
item_content_id I4 NOTNULL,
- position I4
+ item_position I4
",
'fisheye_image' => "