www/adiumxtras.com 66:9a6e17c611e4: Fix a missing closing bracket.
commits at adium.im
commits at adium.im
Mon Nov 23 00:56:25 UTC 2015
details: http://hg.adium.im/www/adiumxtras.com/rev/9a6e17c611e4
revision: 66:9a6e17c611e4
branch: adiumxtras.com
author: Frank Dowsett <wixardy at adium.im>
date: Sun Nov 22 19:56:13 2015 -0500
Fix a missing closing bracket.
diffs (12 lines):
diff -r 3aafd8c9b4e1 -r 9a6e17c611e4 download
--- a/download Sat Nov 21 14:30:46 2015 -0500
+++ b/download Sun Nov 22 19:56:13 2015 -0500
@@ -34,7 +34,7 @@
}
if ($user_id != currentUID()) {
- $query = $pdo->prepare("UPDATE xtras SET downloads=downloads+1 WHERE xtra_id=?"
+ $query = $pdo->prepare("UPDATE xtras SET downloads=downloads+1 WHERE xtra_id=?");
$query->execute(array($xtra_id));
}
$filename = sprintf("/home/adiumx/public_html/dist/%s", $name);
More information about the commits
mailing list