From 9e183eb7d90392408f79fb14522ee7ba71010d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sun, 31 Dec 2006 19:48:07 +0000 Subject: [PATCH] Add file necessary for displaying queued item lists --- include/appData.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 include/appData.php diff --git a/include/appData.php b/include/appData.php new file mode 100644 index 0000000..3861a8e --- /dev/null +++ b/include/appData.php @@ -0,0 +1,56 @@ +versionId ? + "versionId\">". + "$oRow->appName: $oRow->versionName" : + "appId\">". + "$oRow->appName", + $oRow->TYPE, + $oRow->description, + print_date(mysqltimestamp_to_unixtimestamp($oRow->submitTime))), + ($i % 2) ? "color0" : "color1"); + } + + $sReturn .= html_table_end(""); + + return $sReturn; + } +} + +?>