From adf0dc83ab82fc86eea7d52b21eb6e4066de11a3 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sat, 25 Jun 2005 01:22:09 +0000 Subject: [PATCH] Use the sql row object to get the submitted time, instead of an object that doesn't exist. --- admin/adminAppDataQueue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/adminAppDataQueue.php b/admin/adminAppDataQueue.php index 7a2ac83..76fb087 100644 --- a/admin/adminAppDataQueue.php +++ b/admin/adminAppDataQueue.php @@ -62,7 +62,7 @@ if (!$_REQUEST['id']) { if ($c % 2 == 1) { $bgcolor = 'color0'; } else { $bgcolor = 'color1'; } echo "\n"; - echo "".print_date(mysqltimestamp_to_unixtimestamp($oApp->sSubmitTime))."\n"; + echo "".print_date(mysqltimestamp_to_unixtimestamp($ob->submitTime))."\n"; $oUser = new User($ob->submitterId); echo ""; echo $oUser->sEmail ? "sEmail."\">":"";