diff --git a/htdocs/telephonie/script/tools/viper.hook.php b/htdocs/telephonie/script/tools/viper.hook.php index faafc963c33..f086d6690a7 100644 --- a/htdocs/telephonie/script/tools/viper.hook.php +++ b/htdocs/telephonie/script/tools/viper.hook.php @@ -137,7 +137,7 @@ if ( $resqls ) { $sql = "INSERT INTO vtiger.troubletickets (ticketid, parent_id, priority, product_id, severity, status, category, update_log, title, description, solution) values "; $sql .= " (".$tid.", '', 'High', '', 'Major', 'Open', 'Big Problem','"; - $sql .= strftime("%E %d %B %Y %H:%M:%S", time())." by dolibarr--//--Ticket created. Assigned to $username--//--'"; + $sql .= strftime("%A %d %B %Y %H:%M:%S", time())." by dolibarr--//--Ticket created. Assigned to $username--//--'"; $sql .= ", '".$title."', '".$desc."', '')"; $result = 1;