Project

General

Profile

« Previous | Next » 

Revision 2108

Added by darkviper almost 10 years ago

  1. an additional fix in install/save.php

View differences:

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