This commit is contained in:
Savetheinternet 2011-05-25 20:21:00 +10:00
parent 3fdbb65842
commit 8998173e00
3 changed files with 33 additions and 33 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
// Installation/upgrade file // Installation/upgrade file
define('VERSION', 'v0.9.2-dev-3'); define('VERSION', 'v0.9.2');
require 'inc/functions.php'; require 'inc/functions.php';
require 'inc/display.php'; require 'inc/display.php';
@ -57,7 +57,7 @@
query(sprintf("ALTER TABLE `posts_%s` CHANGE `name` `name` VARCHAR( 35 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL", $_board['uri'])) or error(db_error()); query(sprintf("ALTER TABLE `posts_%s` CHANGE `name` `name` VARCHAR( 35 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL", $_board['uri'])) or error(db_error());
} }
case 'v0.9.2-dev-2': case 'v0.9.2-dev-2':
// Upgrade to v0.9.2-dev-3 // Upgrade to v0.9.2-dev-3 (v0.9.2)
$boards = listBoards(); $boards = listBoards();
foreach($boards as &$_board) { foreach($boards as &$_board) {

View File

@ -53,8 +53,8 @@ function citeReply(id) {
var selectedstyle = 'Yotsuba B'; var selectedstyle = 'Yotsuba B';
var styles = [ var styles = [
['Yotsuba B', '/board/default.css'], ['Yotsuba B', '/default.css'],
['Yotsuba', '/board/yotsuba.css'] ['Yotsuba', '/yotsuba.css']
]; ];
var saved = {}; var saved = {};