Project

General

Profile

« Previous | Next » 

Revision 2040

Added by Dietmar almost 11 years ago

  1. /include/editarea/wb_wrapper_edit_area.php change php versions compare for json_encode

View differences:

branches/2.8.x/CHANGELOG
11 11
! = Update/Change
12 12
===============================================================================
13 13

  
14
18 Dec-2013 Build 2040 Dietmar Woellbrink (Luisehahne)
15
# /include/editarea/wb_wrapper_edit_area.php change php versions compare for json_encode
14 16
18 Dec-2013 Build 2039 Dietmar Woellbrink (Luisehahne)
15 17
# droplets example iLoginBox add missing Page_ID
16 18
16 Dec-2013 Build 2038 Manuela v.d.Decken(DarkViper)
branches/2.8.x/wb/include/editarea/wb_wrapper_edit_area.php
152 152
			loader_help();
153 153
	        define('LOADER_HELP', true);
154 154
		}
155
        if(version_compare(PHP_VERSION, '5.3', '<'))
155
        if(version_compare(PHP_VERSION, '5.4', '<'))
156 156
        {
157 157
            $json = json_encode($aInitEditArea);
158 158
        } else {
branches/2.8.x/wb/admin/interface/version.php
51 51

  
52 52
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
53 53
if(!defined('VERSION')) define('VERSION', '2.8.4');
54
if(!defined('REVISION')) define('REVISION', '2039');
54
if(!defined('REVISION')) define('REVISION', '2040');
55 55
if(!defined('SP')) define('SP', '');

Also available in: Unified diff