Develop and Download Open Source Software

Browse CVS Repository

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

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

revision 1.5 by yamaji, Wed Jun 28 01:02:23 2006 UTC revision 1.6 by yamaji, Thu Jul 6 12:55:38 2006 UTC
# Line 127  function xoops_module_uninstall_xnpbulle Line 127  function xoops_module_uninstall_xnpbulle
127                  // cannot unregister filetype                  // cannot unregister filetype
128                  return false;                  return false;
129          }          }
         $table = $xoopsDB->prefix('xnpbulletin_item_detail_child_author');  
         $sql = "DROP TABLE $table";  
         if ( $xoopsDB->query($sql) == FALSE ){  
                 // cannot unregister child_author  
                 return false;  
         }  
         $table = $xoopsDB->prefix('xnpbulletin_item_detail_child_keywords');  
         $sql = "DROP TABLE $table";  
         if ( $xoopsDB->query($sql) == FALSE ){  
                 // cannot unregister child_keywords  
                 return false;  
         }  
         $table = $xoopsDB->prefix('xnpbulletin_item_detail_child_free_keywords');  
         $sql = "DROP TABLE $table";  
         if ( $xoopsDB->query($sql) == FALSE ){  
                 // cannot unregister child_free_keywords  
                 return false;  
         }  
130          return true;          return true;
131  }  }
132    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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