Project

General

Profile

« Previous | Next » 

Revision 2108

Added by darkviper almost 10 years ago

  1. an additional fix in install/save.php

View differences:

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

  
14
25 Nov-2014 Build 2108 Manuela v.d.Decken(DarkViper)
15
# an additional fix in install/save.php
14 16
25 Nov-2014 Build 2107 Manuela v.d.Decken(DarkViper)
15 17
# fixed error in finding languages/ dir, some little optimations, all in install/save.php
16 18
24 Nov-2014 Build 2106 Manuela v.d.Decken(DarkViper)
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', '2107');
54
if(!defined('REVISION')) define('REVISION', '2108');
55 55
if(!defined('SP')) define('SP', '');
branches/2.8.x/wb/install/save.php
486 486
        set_error($oSqlInst->getError());
487 487
    }
488 488
}
489
unset $oSqlInst;
489
unset($oSqlInst);
490 490
$sql = // additional settings from install input
491 491
       'REPLACE INTO `'.TABLE_PREFIX.'settings` (`name`, `value`) VALUES '
492 492
     .        '(\'wb_version\', \''.VERSION.'\'), '

Also available in: Unified diff