Revision 1896
Added by Luisehahne over 12 years ago
| install.php | ||
|---|---|---|
| 4 | 4 |
* @category modules |
| 5 | 5 |
* @package wysiwyg |
| 6 | 6 |
* @author WebsiteBaker Project |
| 7 |
* @copyright 2009-2012, Website Baker Org. e.V.
|
|
| 8 |
* @link http://www.websitebaker2.org/
|
|
| 7 |
* @copyright 2009-2013, WebsiteBaker Org. e.V.
|
|
| 8 |
* @link http://www.websitebaker2.org/
|
|
| 9 | 9 |
* @license http://www.gnu.org/licenses/gpl.html |
| 10 | 10 |
* @platform WebsiteBaker 2.8.3 |
| 11 | 11 |
* @requirements PHP 5.2.2 and higher |
| 12 |
* @version $Id$
|
|
| 13 |
* @filesource $HeadURL$
|
|
| 12 |
* @version $Id$
|
|
| 13 |
* @filesource $HeadURL$
|
|
| 14 | 14 |
* @lastmodified $Date$ |
| 15 | 15 |
* |
| 16 | 16 |
*/ |
| ... | ... | |
| 21 | 21 |
throw new IllegalFileException(); |
| 22 | 22 |
} else {
|
| 23 | 23 |
// Create table |
| 24 |
$aError = array(); |
|
| 25 |
// Create table |
|
| 26 |
if(!$database->SqlImport(dirname(__FILE__).'/sql/mod_wysiwyg.sql','',false)){
|
|
| 27 |
$aError[] = $database->get_error(); |
|
| 28 |
} |
|
| 24 | 29 |
|
| 25 |
$database->SqlImport(dirname(__FILE__).'/sql/mod_wysiwyg.sql','',false); |
|
| 26 |
|
|
| 27 | 30 |
// remove old version of search (deprecated) |
| 28 | 31 |
|
| 29 | 32 |
} |
Also available in: Unified diff
! update wrapper module and set version to 2.8.4
! update wysiwyg install.php, info.php