chiark / gitweb /
wip sort out Midnights
[ypp-sc-tools.db-test.git] / yarrg / web / profitable_trades
old mode 100755 (executable)
new mode 100644 (file)
index 1566baf..16e45b6
@@ -23,12 +23,12 @@ my $sth=$dbh->prepare(
 
 $sth->execute();
 </%perl>
-<& dumpqueryresults, sth => $sth &>
+<& dumptable, sth => $sth &>
 
 </BODY>
 </HTML>
 
 <%init>
 use CommodsWeb;
-my $dbh= dbw_connect('Midnight');
+my $dbh= dbw_connect('Cerulean');
 </%init>