Revision 997
Added by aldus over 16 years ago
| 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