Adjust to new framework
[misc/hallinta-metro] / utils.php
index 2afa57b..45b1c93 100644 (file)
--- a/utils.php
+++ b/utils.php
@@ -8,6 +8,16 @@ define('FAXNUMBER','2002-364');
 define('ERROR_SAFT','joey@finlandia');
 define('ERROR_MAIL','joey@finlandia.infodrom.org');
 
+function is_done($id)
+{
+  global $db;
+
+  $query = sprintf('SELECT count(*) AS count FROM metro_ordersatz WHERE id = %d AND done IS NULL', $id);
+  $sth = $db->query($query);
+  $row = $sth->fetch();
+  return $row['count'] == 0;
+}
+
 function mk_tempdir()
 {
   $tmpdir = sprintf("%sarchive/%s/%s",