upgrade 1.1.2 pour XML, MySql et SQLite
[mw_sourceml] / app / data / modules / xml / sml_data_install.php
index e3c49a0..0b9ea55 100644 (file)
       $res = $sgbd->data_exists("sml_sources"); if(isset($res)){ if($res) $RES = 1; } else $RES = -1;
       $res = $sgbd->data_exists("sml_sources_access"); if(isset($res)){ if($res) $RES = 1; } else $RES = -1;
       $res = $sgbd->data_exists("sml_sources_authors"); if(isset($res)){ if($res) $RES = 1; } else $RES = -1;
-      $res = $sgbd->data_exists("sml_sources_infos"); if(isset($res)){ if($res) $RES = 1; } else $RES = -1;
       $res = $sgbd->data_exists("sml_source_cache"); if(isset($res)){ if($res) $RES = 1; } else $RES = -1;
       $res = $sgbd->data_exists("sml_source_compositions"); if(isset($res)){ if($res) $RES = 1; } else $RES = -1;
       $res = $sgbd->data_exists("sml_source_derivations"); if(isset($res)){ if($res) $RES = 1; } else $RES = -1;
-      $res = $sgbd->data_exists("sml_source_documents"); if(isset($res)){ if($res) $RES = 1; } else $RES = -1;
       $res = $sgbd->data_exists("sml_sources_invitations"); if(isset($res)){ if($res) $RES = 1; } else $RES = -1;
 
       if($RES === -1) return "impossible de savoir si les tables existent deja. installation annulee";
       if(!$sgbd->create_data("sml_sources")) return "impossible de creer la table sml_sources";
       if(!$sgbd->create_data("sml_sources_access")) return "impossible de creer la table sml_sources_access";
       if(!$sgbd->create_data("sml_sources_authors")) return "impossible de creer la table sml_sources_authors";
-      if(!$sgbd->create_data("sml_sources_infos")) return "impossible de creer la table sml_sources_infos";
       if(!$sgbd->create_data("sml_source_cache")) return "impossible de creer la table sml_source_cache";
       if(!$sgbd->create_data("sml_source_compositions")) return "impossible de creer la table sml_source_compositions";
       if(!$sgbd->create_data("sml_source_derivations")) return "impossible de creer la table sml_source_derivations";
-      if(!$sgbd->create_data("sml_source_documents")) return "impossible de creer la table sml_source_documents";
       if(!$sgbd->create_data("sml_sources_invitations")) return "impossible de creer la table sml_sources_invitations";
 
       $ERROR = false;
       if(!$ERROR) if(!$sgbd->remove_data("sml_sources")) $ERROR = true;
       if(!$ERROR) if(!$sgbd->remove_data("sml_sources_access")) $ERROR = true;
       if(!$ERROR) if(!$sgbd->remove_data("sml_sources_authors")) $ERROR = true;
-      if(!$ERROR) if(!$sgbd->remove_data("sml_sources_infos")) $ERROR = true;
       if(!$ERROR) if(!$sgbd->remove_data("sml_source_cache")) $ERROR = true;
       if(!$ERROR) if(!$sgbd->remove_data("sml_source_compositions")) $ERROR = true;
       if(!$ERROR) if(!$sgbd->remove_data("sml_source_derivations")) $ERROR = true;
-      if(!$ERROR) if(!$sgbd->remove_data("sml_source_documents")) $ERROR = true;
       if(!$ERROR) if(!$sgbd->remove_data("sml_sources_invitations")) $ERROR = true;
 
       if(!$ERROR) if(