Project

General

Profile

« Previous | Next » 

Revision 1238

Added by Dietmar over 14 years ago

fix load_module, load_language (tks to Webbird)

View differences:

version.php
2 2
/****************************************************************************
3 3
* SVN Version information:
4 4
*
5
* $Id: version.php 1236 2010-01-11 12:37:12Z Luisehahne $
5
* $Id: version.php 1237 2010-01-11 12:37:12Z Luisehahne $
6 6
*
7 7
*
8 8
*
......
56 56
 * @author       Ryan Djurovich
57 57
 * @copyright    2004-2009, Ryan Djurovich
58 58
 * @copyright    2009-2010, Website Baker Org. e.V.
59
 * @version      $Id: version.php 1236 2010-01-11 12:37:12Z Luisehahne $
59
 * @version      $Id: version.php 1237 2010-01-11 12:37:12Z Luisehahne $
60 60
 * @platform     WebsiteBaker 2.8.x
61 61
 * @requirements >= PHP 4.3.4
62 62
 * @license      http://www.gnu.org/licenses/gpl.html
......
70 70

  
71 71
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
72 72
if(!defined('VERSION')) define('VERSION', '2.8.1');
73
if(!defined('REVISION')) define('REVISION', '1237');
73
if(!defined('REVISION')) define('REVISION', '1238');
74 74

  
75 75
?>

Also available in: Unified diff