📄 mysql_updates.php
字号:
<?php# Fix bug where ICQ alt text missing last single quote$SQL[] = "DELETE FROM ibf_skin_macro WHERE macro_value='PRO_ICQ' and macro_set=1";$SQL[] = "INSERT INTO ibf_skin_macro (macro_value, macro_replace, macro_can_remove, macro_set) VALUES ('PRO_ICQ', '<img src=\'style_images/<#IMG_DIR#>/profile_icq.gif\' border=\'0\' alt=\'ICQ\' />', 1, 1);";# Fix bug where update "msg_total=msg_total+1" doesn't update when msg_total is NULL$SQL[] = "ALTER TABLE ibf_members change msg_total msg_total smallint(5) default '0'";# Fix bug where "select * from members where temp_ban..." prevents NULL IS NOT NULL confusion$SQL[] = "ALTER TABLE ibf_members change temp_ban temp_ban varchar(100) default '0'";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -