Merge branch 'master' of github.com:gnuboard/yc4s

This commit is contained in:
whitedot
2013-06-26 17:42:58 +09:00

View File

@ -21,7 +21,7 @@ if ($w == "u")
else
{
$html_title .= " 입력";
$ev['ev_skin'] = 0;
$ev['ev_skin'] = '';
$ev['ev_use'] = 1;
// 1.03.00
@ -34,11 +34,6 @@ else
$ev['ev_list_row'] = 5;
}
if(!isset($ev['ev_subject_strong'])) {
sql_query(" ALTER TABLE `{$g4['shop_event_table']}`
ADD `ev_subject_strong` TINYINT(4) NOT NULL DEFAULT '0' AFTER `ev_subject` ", false);
}
include_once (G4_ADMIN_PATH.'/admin.head.php');
?>