mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-10 14:44:04 +01:00
Fix
This commit is contained in:
parent
649673eb1c
commit
ee2320338e
@ -980,6 +980,6 @@ $traduzioni = [
|
||||
];
|
||||
|
||||
foreach ($traduzioni as $traduzione) {
|
||||
//$database->query('UPDATE '.$traduzione[0].' SET `help` = "'.$traduzione[3].'" WHERE `title` = "'.$traduzione[2].'" AND `id_lang` = 2');
|
||||
$database->query('UPDATE '.$traduzione[0].' SET `help` = "'.$traduzione[3].'" WHERE `title` = "'.$traduzione[2].'" AND `id_lang` = 2');
|
||||
$database->query('UPDATE '.$traduzione[0].' SET `title` = "'.$traduzione[1].'" WHERE `title` = "'.$traduzione[2].'" AND `id_lang` = 2');
|
||||
}
|
Loading…
Reference in New Issue
Block a user