Fix: Remove usage of pdate()

This commit is contained in:
Laurent Destailleur
2010-01-14 19:50:16 +00:00
parent 7b6c2a67da
commit cf08b35bd0
4 changed files with 20 additions and 20 deletions

View File

@@ -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
{