Revision 1477
Added by Dietmar over 13 years ago
upgrade.php | ||
---|---|---|
20 | 20 |
if(!defined('WB_URL')) { throw new Exception('illegal file access!! ['.$_SERVER['PHP_SELF'].']'); } |
21 | 21 |
|
22 | 22 |
/* **** START UPGRADE ******************************************************* */ |
23 |
if(!function_exists('mod_news_Upgrade')) |
|
24 |
{ |
|
23 | 25 |
function mod_news_Upgrade() |
24 | 26 |
{ |
25 | 27 |
global $database, $admin, $MESSAGE; |
... | ... | |
161 | 163 |
if($globalStarted) { echo 'created '.$count.' new accessfiles.'; } |
162 | 164 |
if(!$globalStarted) { $admin->print_footer(); } |
163 | 165 |
} |
166 |
} |
|
167 |
|
|
164 | 168 |
mod_news_Upgrade(); |
165 | 169 |
/* **** END UPGRADE ********************************************************* */ |
Also available in: Unified diff
! update DA language (Tks to Achrist)
! update some languages variables (Tks to Rübenwurzel, Testör)
! move function url_encode from admin/pages to framework/functions.php
! add missing svn properties in some headerinfos
! font-size correction in wb_theme (Tks to Rübenwurzel)