18-7
上課範例:include/onUpdate.php
03 | function xoops_module_update_tad_note(& $module , $old_version ) { |
05 | if (chk_chk1()) go_update1(); |
12 | $sql = "select count(`pic`) from " . $xoopsDB ->prefix( "tad_note_cate" ); |
13 | $result = $xoopsDB ->query( $sql ); |
14 | if ( empty ( $result )) return true; |
21 | $sql = "ALTER TABLE " . $xoopsDB ->prefix( "tad_note_cate" ). " ADD `pic` varchar(255) NOT NULL default ''" ; |
22 | $xoopsDB ->queryF( $sql ) or redirect_header(XOOPS_URL. "/modules/system/admin.php?fct=modulesadmin" ,30, mysql_error()); |