diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-06-08 14:26:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-06-08 14:26:23 +0000 |
commit | 291d119b259d9a1bc05f473a8446563afb054dbc (patch) | |
tree | 096f247dfe183903c567e1ea1cc8c6a307388d7d | |
parent | 92665ec06bf676d0dc9270b4535df341428addc3 (diff) | |
download | brdo-291d119b259d9a1bc05f473a8446563afb054dbc.tar.gz brdo-291d119b259d9a1bc05f473a8446563afb054dbc.tar.bz2 |
- Removed non-existing theme from both update.php and database.mysql. Patch
by Marco.
-rw-r--r-- | database/database.mysql | 1 | ||||
-rw-r--r-- | update.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/database/database.mysql b/database/database.mysql index 147ccfbb0..a0757cd9e 100644 --- a/database/database.mysql +++ b/database/database.mysql @@ -572,7 +572,6 @@ INSERT INTO system VALUES ('taxonomy.module','taxonomy','module','',1); INSERT INTO system VALUES ('themes/example/example.theme','example','theme','Internet explorer, Netscape, Opera, Lynx',1); INSERT INTO system VALUES ('themes/goofy/goofy.theme','goofy','theme','Internetexplorer, Netscape, Opera',1); INSERT INTO system VALUES ('themes/marvin/marvin.theme','marvin','theme','Internet explorer, Netscape, Opera',1); -INSERT INTO system VALUES ('themes/sosim/sosim.theme','sosim','theme','MSIE/NN/Opera',1); INSERT INTO system VALUES ('themes/unconed/unconed.theme','unconed','theme','Internet explorer, Netscape, Opera',1); INSERT INTO system VALUES ('tracker.module','tracker','module','',1); INSERT INTO system VALUES ('weblogs.module','weblogs','module','',1); diff --git a/update.php b/update.php index 2e5592453..756e99085 100644 --- a/update.php +++ b/update.php @@ -502,7 +502,6 @@ function update_upgrade3() { update_sql("INSERT INTO system VALUES ('themes/example/example.theme','example','theme','Internet explorer, Netscape, Opera, Lynx',1);"); update_sql("INSERT INTO system VALUES ('themes/goofy/goofy.theme','goofy','theme','Internetexplorer, Netscape, Opera',1);"); update_sql("INSERT INTO system VALUES ('themes/marvin/marvin.theme','marvin','theme','Internet explorer, Netscape, Opera',1);"); - update_sql("INSERT INTO system VALUES ('themes/sosim/sosim.theme','sosim','theme','MSIE/NN/Opera',1);"); update_sql("INSERT INTO system VALUES ('themes/unconed/unconed.theme','unconed','theme','Internet explorer, Netscape, Opera',1);"); update_sql("INSERT INTO system VALUES ('tracker.module','tracker','module','',1);"); update_sql("INSERT INTO system VALUES ('weblogs.module','weblogs','module','',1);"); |