Skip to content

Commit aa710b6

Browse files
committed
Fix sql file & screenshots on xml
1 parent 04c294a commit aa710b6

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

connections.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
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>

hook.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)