| 26 |
// No change in the install_funcs.php Just appearances. Don't worry! |
// No change in the install_funcs.php Just appearances. Don't worry! |
| 27 |
// |
// |
| 28 |
$modversion['name'] = _MI_XNPBULLETIN_NAME; |
$modversion['name'] = _MI_XNPBULLETIN_NAME; |
| 29 |
$modversion['version'] = 3.10; |
$modversion['version'] = 3.11; |
| 30 |
$modversion['description'] = _MI_XNPBULLETIN_DESC; |
$modversion['description'] = _MI_XNPBULLETIN_DESC; |
| 31 |
$modversion['credits'] = "The XooNIps Library Module Project.<br/>" |
$modversion['credits'] = "The XooNIps Library Module Project.<br/>" |
| 32 |
."<a target=\"blank\" href=\"http://sourceforge.jp/projects/xoonips-library/\">http://sourceforge.jp/projects/xoonips-library/</a>"; |
."<a target=\"blank\" href=\"http://sourceforge.jp/projects/xoonips-library/\">http://sourceforge.jp/projects/xoonips-library/</a>"; |
| 42 |
// All tables should not have any prefix! |
// All tables should not have any prefix! |
| 43 |
$modversion['sqlfile']['mysql'] = "sql/mysql.sql"; |
$modversion['sqlfile']['mysql'] = "sql/mysql.sql"; |
| 44 |
$modversion['tables'][0] = "xnpbulletin_item_detail"; |
$modversion['tables'][0] = "xnpbulletin_item_detail"; |
| 45 |
|
$modversion['tables'][1] = "xnpbulletin_item_detail_child_author"; |
| 46 |
|
$modversion['tables'][2] = "xnpbulletin_item_detail_child_keywords"; |
| 47 |
|
$modversion['tables'][3] = "xnpbulletin_item_detail_child_free_keywords"; |
| 48 |
|
$modversion['tables'][4] = "xnpbulletin_item_detail_child_sub_title"; |
| 49 |
|
|
| 50 |
// Admin things |
// Admin things |
| 51 |
$modversion['hasAdmin'] = 1; |
$modversion['hasAdmin'] = 1; |