Skip to content
Snippets Groups Projects
Commit 9b1fc7b4 authored by Florian Azizian's avatar Florian Azizian
Browse files

wording + fix delete resources sql

parent 8a8cbe6d
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ if (!defined('_UNOCONV_NOT_INSTALLED')) {
define('_UNOCONV_NOT_INSTALLED', "Outils de conversion de documents bureautiques soffice/unoconv non installés");
}
if (!defined('_NETCAT_OR_NMAP_INSTALLED')) {
define('_NETCAT_OR_NMAP_INSTALLED', "Utilitaire permettant d'ouvrir des connexions réseau installé (netcat / nmap)");
define('_NETCAT_OR_NMAP_INSTALLED', "Utilitaire permettant d'ouvrir des connexions réseau (netcat / nmap)");
}
if (!defined('_NETCAT_OR_NMAP_NOT_INSTALLED')) {
define('_NETCAT_OR_NMAP_NOT_INSTALLED', "Utilitaire permettant d'ouvrir des connexions réseau non installé (netcat / nmap)");
......
......@@ -32,7 +32,6 @@ ALTER SEQUENCE adr_letterbox_id_seq restart WITH 1;
TRUNCATE TABLE adr_attachments;
ALTER SEQUENCE adr_attachments_id_seq restart WITH 1;
TRUNCATE TABLE res_linked;
TRUNCATE TABLE res_mark_as_read;
TRUNCATE TABLE saved_queries;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment