summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorbitweaver.org <bitweaver@users.sourceforge.net>2006-01-31 20:19:48 +0000
committerbitweaver.org <bitweaver@users.sourceforge.net>2006-01-31 20:19:48 +0000
commit52c1e6e5b63ead9b453ab3f05907dbbfeab90277 (patch)
tree8c360717cb5d8c64e5c34e05450c1b1e5d20dec5 /admin
parent00598ecd73ff3f2ece0a2a9f41431fcc986ecf24 (diff)
downloadrss-52c1e6e5b63ead9b453ab3f05907dbbfeab90277.tar.gz
rss-52c1e6e5b63ead9b453ab3f05907dbbfeab90277.tar.bz2
rss-52c1e6e5b63ead9b453ab3f05907dbbfeab90277.zip
massive table de-tikification. changed all tiki_ table prefixes with teh package_ name. have changed everything except liberty except kernel
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index f251dcb..0fdd928 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -2,7 +2,7 @@
global $gBitInstaller;
$tables = array(
- 'tiki_rss_modules' => "
+ 'rss_modules' => "
rss_id I4 AUTO PRIMARY,
name C(30) NOTNULL,
description X,
@@ -14,7 +14,7 @@ $tables = array(
content X
",
- 'tiki_rss_feeds' => "
+ 'rss_feeds' => "
name C(30) NOTNULL,
rss_ver C(1) NOTNULL DEFAULT '1',
refresh I4 DEFAULT '300',