aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorus32014-02-09 19:18:13 +0100
committerHorus32014-02-09 19:18:13 +0100
commit9221260a985d96a34db730dd2a5076c913030052 (patch)
tree9c9429bd47391f196573c17a4b42f7dec80ddd11
parent52b2191854d1518a4f5ef9bbcf2ba47ed1cd0bbd (diff)
parentc3e73680f93efce79a2ecbe1fb10a3b93a369729 (diff)
downloadjungegemeinde-9221260a985d96a34db730dd2a5076c913030052.tar.gz
Merge branch 'master' of git.iamfabulous.de:jungegemeinde
-rw-r--r--quote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/quote.php b/quote.php
index 96549b1..b1203e6 100644
--- a/quote.php
+++ b/quote.php
@@ -4,7 +4,7 @@ include("header.php");
$zufall = $_GET["id"];
/*__Datenbank___*/
-$db = new SQLite3("..database/jg.db");
+$db = new SQLite3("../database/jg.db");
$rows = $db->query("SELECT count(*) as count FROM sprueche;");
$row = $rows->fetchArray();
$numRows = $row["count"];