diff options
| author | Lester Caine <lester@lsces.co.uk> | 2006-02-19 01:06:28 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2006-02-19 01:06:28 +0000 |
| commit | 3c5ae988df7d095a3149561b84394e2790408f55 (patch) | |
| tree | 9431275e94a62b5c16bf97d39731966954d4c609 /admin | |
| parent | 195ce5f3a67af63da4fed64b0aebcb15a6788d45 (diff) | |
| download | rss-3c5ae988df7d095a3149561b84394e2790408f55.tar.gz rss-3c5ae988df7d095a3149561b84394e2790408f55.tar.bz2 rss-3c5ae988df7d095a3149561b84394e2790408f55.zip | |
Fix reserved word field names
CACHE - Firebird Reserved
(Not found where this was used)
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 0fdd928..7e3dff4 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -19,7 +19,7 @@ $tables = array( rss_ver C(1) NOTNULL DEFAULT '1', refresh I4 DEFAULT '300', last_updated I8, - cache B + rss_cache B " ); |
