Changeset 1843
- Timestamp:
- 12/10/2008 07:19:57 AM (17 years ago)
- Location:
- branches/0.9/bb-includes
- Files:
-
- 2 edited
-
db.php (modified) (1 diff)
-
functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/bb-includes/db.php
r1627 r1843 472 472 */ 473 473 function check_database_version() { 474 $bb_version = function_exists( 'bb_get_option' ) ? bb_get_option( ' bb_version' ) : '';474 $bb_version = function_exists( 'bb_get_option' ) ? bb_get_option( 'version' ) : ''; 475 475 // Make sure the server has MySQL 4.0 476 476 $mysql_version = $this->db_version(); -
branches/0.9/bb-includes/functions.php
r1815 r1843 1444 1444 break; 1445 1445 case 'version' : 1446 return '0.9.0. 2-SP1'; // Don't filter1446 return '0.9.0.3'; // Don't filter 1447 1447 break; 1448 1448 case 'bb_db_version' :
Note: See TracChangeset
for help on using the changeset viewer.