Project

General

Profile

« Previous | Next » 

Revision 1236

Added by Dietmar over 14 years ago

Ticket #905 fix search.php 'registered' hardcoded

View differences:

version.php
2 2
/****************************************************************************
3 3
* SVN Version information:
4 4
*
5
* $Id: version.php 1233 2009-12-28 23:34:48Z Luisehahne $
5
* $Id: version.php 1235 2010-01-10 14:11:00Z 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 1233 2009-12-28 23:34:48Z Luisehahne $
59
 * @version      $Id: version.php 1235 2010-01-10 14:11:00Z 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', '1235');
73
if(!defined('REVISION')) define('REVISION', '1236');
74 74

  
75 75
?>

Also available in: Unified diff