mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 17:02:34 +01:00
Fix: Remove usage of pdate()
This commit is contained in:
@@ -149,8 +149,8 @@ foreach ($accounts as $account)
|
||||
{
|
||||
$num = $db->num_rows($resql);
|
||||
$row = $db->fetch_row($resql);
|
||||
$min = $this->db->jdate($row[0]);
|
||||
$max = $this->db->jdate($row[1]);
|
||||
$min = $db->jdate($row[0]);
|
||||
$max = $db->jdate($row[1]);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user