Fix phpcs
This commit is contained in:
parent
ca4716dfb7
commit
f9af7bc114
@ -72,7 +72,7 @@ if ($action == 'stopreminder') {
|
||||
}
|
||||
}
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php');
|
||||
include_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
|
||||
|
||||
// Clean database
|
||||
$sql = 'DELETE FROM '.MAIN_DB_PREFIX.'actioncomm_reminder';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user