Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips-library/xnpbulletin/xoops_version.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.8 by makotonton, Thu Jun 29 01:37:27 2006 UTC revision 1.9 by yamaji, Thu Jul 6 12:55:38 2006 UTC
# Line 26  Line 26 
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>";
# Line 42  $modversion['dirname']     = "xnpbulleti Line 42  $modversion['dirname']     = "xnpbulleti
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;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26