Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 577)
+++ trunk/CHANGELOG	(revision 578)
@@ -16,7 +16,8 @@
 #	fixed E_NOTICE-warning in save.php when input data was wrong
 +	added the new admin tool email output filter which allows to transform
 	emails before displaying them on the frontend
-20-Jan-2008 Thomas Hornik
+20-Jan-2008 Thomas Hornik
+#	fixed a typo in upgrade-script.php
 !	updated admin/pages/sections.php to changed jscalendar-api from changeset 571
 !	module menu_link: after adding a menu_link, the anchor dropdown shows "#"; fixed 
 #	fixed E_NOTICE-warning in news-module (about SECTION_ID in comment.php)
Index: trunk/wb/upgrade-script.php
===================================================================
--- trunk/wb/upgrade-script.php	(revision 577)
+++ trunk/wb/upgrade-script.php	(revision 578)
@@ -66,7 +66,7 @@
 		echo "$key: allready there. $OK.<br />";
 		return true;
 	} else {
-		$database->query("INSERT INTO D".TABLE_PREFIX."search (name,value,extra) VALUES ('$key', '$value', '')");
+		$database->query("INSERT INTO ".TABLE_PREFIX."search (name,value,extra) VALUES ('$key', '$value', '')");
 		echo mysql_error()?'<br />':'';
 		$query = $database->query("SELECT value FROM ".TABLE_PREFIX."search WHERE name = '$key' LIMIT 1");
 		if($query->numRows() > 0) {
