Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Commit

Permalink
Update to LB 1.1.8
Browse files Browse the repository at this point in the history
Prep for the update for 1.1.8
  • Loading branch information
Andy Rixon committed Apr 20, 2017
1 parent 248a8d1 commit d777736
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# LayerBulletin 1.1.7
** At this time, LayerBulletin 1.1.7 does not support MySQLi Database drivers for PHP, we are working on this and plan to have this fixed within 1.1.8 **
# LayerBulletin 1.1.8
** At this time, LayerBulletin 1.1.8 does not support MySQLi Database drivers for PHP, we are working on this and plan to have this fixed in the future **

LayerBulletin is a small yet feature rich community software which enables you to quickly and easily start your own community. It offers great flexibility and easily customisable.
## Installation
Expand Down
3 changes: 1 addition & 2 deletions update.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
ob_start();
session_start();

define("NOVA_RUN", 1);
define("LB_RUN", 1);
define("LB_VERSION", '1.1.8');

Expand Down Expand Up @@ -78,7 +77,7 @@
case '2':
unlink('cache/settings.php');
echo 'LayerBulletin is currently updating the database, please wait...';
mysql_query("ALTER TABLE `lb_settings` ADD `member_flags` INT(1) NOT NULL DEFAULT '1' ;");
mysql_query("UPDATE `".$new_db_prefix."settings` SET `lb_version` = '1.1.8'");
echo '<br />Database has now been updated!<br /><a href="update.php?step=3">Click here to continue with the update!</a>';
break;
case '3':
Expand Down

0 comments on commit d777736

Please sign in to comment.