Revision 1695
Added by Luisehahne over 13 years ago
- fixed $install_tables in install/save.php
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 | 14 |
|
| 15 |
18 Aug-2012 Build 1695 Dietmar Woellbrink (Luisehahne) |
|
| 16 |
# fixed $install_tables in install/save.php |
|
| 15 | 17 |
18 Aug-2012 Build 1694 Dietmar Woellbrink (Luisehahne) |
| 16 | 18 |
+ add var $iPhpDeclaredClasses = sizeof(get_declared_classes() set by PHP in initialize.php |
| 17 | 19 |
18 Aug-2012 Build 1693 Dietmar Woellbrink (Luisehahne) |
| 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.3');
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1694');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1695');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/install/save.php | ||
|---|---|---|
| 3 | 3 |
* |
| 4 | 4 |
* @category backend |
| 5 | 5 |
* @package install |
| 6 |
* @author WebsiteBaker Project |
|
| 7 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 8 |
* @copyright 2009-2011, Website Baker Org. e.V. |
|
| 6 |
* @author Ryan Djurovich, WebsiteBaker Project |
|
| 7 |
* @copyright 2009-2012, WebsiteBaker Org. e.V. |
|
| 9 | 8 |
* @link http://www.websitebaker2.org/ |
| 10 | 9 |
* @license http://www.gnu.org/licenses/gpl.html |
| 11 | 10 |
* @platform WebsiteBaker 2.8.x |
| ... | ... | |
| 235 | 234 |
} |
| 236 | 235 |
|
| 237 | 236 |
// Find out if the user wants to install tables and data |
| 238 |
$install_tables ((isset($_POST['install_tables']) AND $_POST['install_tables'] == 'true')); |
|
| 237 |
$install_tables = ((isset($_POST['install_tables']) AND $_POST['install_tables'] == 'true'));
|
|
| 239 | 238 |
// End database details code |
| 240 | 239 |
|
| 241 | 240 |
// Begin website title code |
Also available in: Unified diff