Project

General

Profile

« Previous | Next » 

Revision 1503

Added by Dietmar over 13 years ago

change sql statements to strict in module droplets
fix vars in compatibility mode for versions before 2.8.1 in frontend.functions.php

View differences:

info.php
16 16
 * @lastmodified    $Date$
17 17
 *
18 18
 */
19
/* -------------------------------------------------------- */
20
// Must include code to stop this file being accessed directly
21
if(!defined('WB_PATH')) {
19 22

  
23
	require_once(dirname(dirname(dirname(__FILE__))).'/framework/globalExceptionHandler.php');
24
	throw new IllegalFileException();
25
}
26
/* -------------------------------------------------------- */
27

  
20 28
$module_directory = 'droplets';
21 29
$module_name = 'Droplets';
22 30
$module_function = 'tool';
23
$module_version = '1.1.0';
31
$module_version = '1.2.0';
24 32
$module_platform = '2.8.x';
25 33
$module_author = 'Ruud and pcwacht';
26 34
$module_license = 'GNU General Public License';
27 35
$module_description = 'This tool allows you to manage your local Droplets.';
28

  
29
$module_home = 'http://www.websitebakers.com/pages/droplets/about-droplets.php';
30
$module_guid = '9F2AC2DF-C3E1-4E15-BA4C-2A86E37FE6E5';

Also available in: Unified diff