Changeset 420
- Timestamp:
- Oct 6, 2006, 8:43:52 PM (16 years ago)
- Location:
- OpenPNE/trunk/setup/sql/install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/setup/sql/install/option-pnebiz-mysql40.sql
r217 r420 80 80 PRIMARY KEY (`biz_todo_id`) 81 81 ) TYPE=MyISAM; 82 83 REPLACE INTO `c_siteadmin` VALUES (NULL, 'inc_page_top', '<table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin:0;">\n<tr>\n<td style="padding:3px 9px;" align="right" class="bg_13">\nグループウェア機能はこちら →\n <a href="?m=biz&a=page_s_list">施設予約</a>\n <a href="?m=biz&a=page_fh_biz_schedule_add">予定登録</a>\n <a href="?m=biz&a=page_h_biz_group_find_all">グループ</a></td></tr>\n</table>', NOW()); -
OpenPNE/trunk/setup/sql/install/option-pnebiz-mysql41.sql
r217 r420 80 80 PRIMARY KEY (`biz_todo_id`) 81 81 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 82 83 REPLACE INTO `c_siteadmin` VALUES (NULL, 'inc_page_top', '<table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin:0;">\n<tr>\n<td style="padding:3px 9px;" align="right" class="bg_13">\nグループウェア機能はこちら →\n <a href="?m=biz&a=page_s_list">施設予約</a>\n <a href="?m=biz&a=page_fh_biz_schedule_add">予定登録</a>\n <a href="?m=biz&a=page_h_biz_group_find_all">グループ</a></td></tr>\n</table>', NOW());
Note: See TracChangeset
for help on using the changeset viewer.