# HG changeset patch # User Matti Hamalainen # Date 1382100716 -10800 # Node ID b58a36f4821e2f6a6463231faf8a11805ae55213 # Parent 32c4654aad50afb832413c4fdbb17df92a11c67a Initial addition of hardcopy / print helper module. diff -r 32c4654aad50 -r b58a36f4821e print.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/print.php Fri Oct 18 15:51:56 2013 +0300 @@ -0,0 +1,76 @@ +
". + implode(", ", $out1)."


". + implode("
", $out1)."


". + implode(", ", $out2)."


". + implode("
", $out2)."

"; + + } + break; + + case "votekeys": + // + // Print out votekeys + // + $sql = "SELECT * FROM votekeys ORDER BY id DESC"; + if (($res = stExecSQLCond($sql, "Done.")) !== FALSE) + { + } + break; + + default: + stSetStatus(404, "Not Found"); + break; +} + +?> \ No newline at end of file