Project

General

Profile

« Previous | Next » 

Revision 1145

Added by aldus over 14 years ago

Add Missing code inside "framework/addon.precheck.php" (ticket #798).
Changes inside "upgrade-script" to avoid "mysql_list_tables is deprecated" warnings (ticket #800).
Add "global $admin" to the install.php of the droplets-module to avoid (variable isn't declared) warnings. (ticket #800).

View differences:

install.php
14 14
// prevent this file from being accessed directly
15 15
if(!defined('WB_PATH')) die(header('Location: ../../index.php'));
16 16

  
17
global $admin;
18

  
17 19
$table = TABLE_PREFIX .'mod_droplets';
18 20
$database->query("DROP TABLE IF EXISTS `$table`");
19 21

  

Also available in: Unified diff