File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 </lang >
7878 </tags >
7979 <screenshots >
80- <screenshot >https://github.com/pluginsGLPI/connections/raw/master/pics/config.png</screenshot >
81- <screenshot >https://github.com/pluginsGLPI/connections/raw/master/pics/inventory.png</screenshot >
80+ <screenshot ></screenshot >
8281 </screenshots >
8382</root >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ function plugin_connections_install() {
4343 // Go for 1.7.0
4444 if (!$ DB ->tableExists ('glpi_plugin_connection ' )
4545 && !$ DB ->tableExists ('glpi_plugin_connections_connections ' )) { // Fresh install
46- $ DB ->runFile (PLUGINCONNECTIONS_DIR . "/sql/empty-10.0.sql " );
46+ $ DB ->runFile (PLUGINCONNECTIONS_DIR . "/sql/empty-10.0.0. sql " );
4747
4848 // We're 1.6.0 update to 1.6.4
4949 } else if ($ DB ->tableExists ('glpi_plugin_connections_connectionratesguaranteed ' )
@@ -75,7 +75,7 @@ function plugin_connections_install() {
7575 } else if (!$ DB ->FieldExists ("glpi_plugin_connections_connections " , "locations_id " )) {
7676 $ DB ->runFile (PLUGINCONNECTIONS_DIR . "/sql/update-9.5.0.sql " );
7777 } else if (!$ DB ->FieldExists ("glpi_plugin_connections_connections " , "users_id_tech " )) {
78- $ DB ->runFile (PLUGINCONNECTIONS_DIR . "/sql/update-10.0.sql " );
78+ $ DB ->runFile (PLUGINCONNECTIONS_DIR . "/sql/update-10.0.0. sql " );
7979 }
8080
8181
File renamed without changes.
You can’t perform that action at this time.
0 commit comments