Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
Hystepik committed Nov 25, 2024
1 parent cd79c6c commit df8cbae
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions htdocs/google/admin/google_other.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@
* Actions
*/

if ($actionsave) {
$db->begin();

$res=dolibarr_set_const($db, 'GOOGLE_DEBUG', trim(GETPOST("GOOGLE_DEBUG")), 'chaine', 0, '', $conf->entity);

if (! $error) {
$db->commit();
$mesg = "<font class=\"ok\">".$langs->trans("SetupSaved")."</font>";
} else {
$db->rollback();
$mesg = "<font class=\"error\">".$langs->trans("Error")."</font>";
}
}



Expand Down

0 comments on commit df8cbae

Please sign in to comment.