Revision 1695
Added by Dietmar about 12 years ago
- fixed $install_tables in install/save.php
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