summaryrefslogtreecommitdiffstats
path: root/web/html/account.php
diff options
context:
space:
mode:
authorcanyonknight <canyonknight@gmail.com>2013-02-03 17:26:32 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2013-02-10 12:10:38 +0100
commitecf2caf7fb137d0cd37746cd5db7c14b5599a2e3 (patch)
tree9978e168d514049c717104e7b5271f7f65c959bd /web/html/account.php
parentcf2ab50b8239b75af5df60ee143f41fedb044dc8 (diff)
downloadaur-ecf2caf7fb137d0cd37746cd5db7c14b5599a2e3.tar.gz
aur-ecf2caf7fb137d0cd37746cd5db7c14b5599a2e3.tar.xz
Remove unneeded database connection calls
Since all database related functions will establish a connection when needed, there is no need to pre-emptively try and establish a database connection. Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/account.php')
-rw-r--r--web/html/account.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/html/account.php b/web/html/account.php
index 7cd02634..c367914f 100644
--- a/web/html/account.php
+++ b/web/html/account.php
@@ -20,7 +20,6 @@ $action = in_request("Action");
if (isset($_COOKIE["AURSID"])) {
# visitor is logged in
#
- $dbh = DB::connect();
$atype = account_from_sid($_COOKIE["AURSID"]);
if ($action == "SearchAccounts") {