Project

General

Profile

« Previous | Next » 

Revision 997

Added by aldus almost 15 years ago

Bugfix in the ugrade.php of the droplet-module

View differences:

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