Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 996)
+++ trunk/CHANGELOG	(revision 997)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 17-June-2009 Dietrich Roland Pehlke
+# Bugfix in "droplets/upgrade.php" - wrong tablename change to the correct one
 + Add upgrade-script to droplets
 ! Changes on upgrade-script to avoid droping droplet-modul-tables if the exists.
 ! calling "upgrate.php" or "install.php" instead of hard-coded lines to avoid
Index: trunk/wb/modules/droplets/upgrade.php
===================================================================
--- trunk/wb/modules/droplets/upgrade.php	(revision 996)
+++ trunk/wb/modules/droplets/upgrade.php	(revision 997)
@@ -18,7 +18,7 @@
 
 $info = $database->query("SELECT * from `$table` limit 0,1" );
 $fields = $info->fetchRow();
-if (!array_key_exists("look_for_it", $fields)) {
+if (!array_key_exists("admin_edit", $fields)) {
 	/**
 	 *	Call from the upgrade-script
 	 */
