Revision 997
Added by aldus over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
17-June-2009 Dietrich Roland Pehlke |
15 |
# Bugfix in "droplets/upgrade.php" - wrong tablename change to the correct one |
|
15 | 16 |
+ Add upgrade-script to droplets |
16 | 17 |
! Changes on upgrade-script to avoid droping droplet-modul-tables if the exists. |
17 | 18 |
! calling "upgrate.php" or "install.php" instead of hard-coded lines to avoid |
trunk/wb/modules/droplets/upgrade.php | ||
---|---|---|
18 | 18 |
|
19 | 19 |
$info = $database->query("SELECT * from `$table` limit 0,1" ); |
20 | 20 |
$fields = $info->fetchRow(); |
21 |
if (!array_key_exists("look_for_it", $fields)) {
|
|
21 |
if (!array_key_exists("admin_edit", $fields)) {
|
|
22 | 22 |
/** |
23 | 23 |
* Call from the upgrade-script |
24 | 24 |
*/ |
Also available in: Unified diff
Bugfix in the ugrade.php of the droplet-module