Revision 2108
Added by darkviper almost 11 years ago
- an additional fix in install/save.php
| 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