Removed old working backup - fixed a minor placement of </html> tag from print statements (don't shoot me for printing HTML off stdout)
parent
e6a0c07dc7
commit
98e696c71a
@ -1,6 +0,0 @@ |
|||||||
#!/usr/bin/ruby |
|
||||||
require "./db" |
|
||||||
result = $my.query("SELECT * from rolls") |
|
||||||
result.num_rows.times do |
|
||||||
puts result.fetch_row.join("\s") + "<br />" |
|
||||||
end |
|
Loading…
Reference in new issue