Merge and improve pull-request #666 (custom stylesheet)

This commit is contained in:
Frederic Guillot
2015-03-16 22:12:16 -04:00
parent 32fb1f65c5
commit 50f98abfd3
5 changed files with 28 additions and 3 deletions

View File

@@ -6,7 +6,13 @@ use Core\Security;
use PDO;
use Model\Link;
const VERSION = 52;
const VERSION = 53;
function version_53($pdo)
{
$rq = $pdo->prepare('INSERT INTO settings VALUES (?, ?)');
$rq->execute(array('application_stylesheet', ''));
}
function version_52($pdo)
{