summaryrefslogtreecommitdiffstats
path: root/web/lib/aur.inc.php
diff options
context:
space:
mode:
authorMarcel Korpel <marcel.lists@gmail.com>2013-01-09 17:41:33 +0000
committerLukas Fleischer <archlinux@cryptocrack.de>2013-01-19 12:18:13 +0100
commit8e1051932eb86ef87f7b64efc86f50e633201b56 (patch)
treece7bd28a65411339ca5cb5f711ddb6b79a01fa98 /web/lib/aur.inc.php
parentb004333eadb9a4db57592bb501b28edced708943 (diff)
downloadaurweb-8e1051932eb86ef87f7b64efc86f50e633201b56.tar.xz
Add description meta-element to package pages
Implements FS#33294 Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/lib/aur.inc.php')
-rw-r--r--web/lib/aur.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/aur.inc.php b/web/lib/aur.inc.php
index 018d5c8..e392102 100644
--- a/web/lib/aur.inc.php
+++ b/web/lib/aur.inc.php
@@ -297,7 +297,7 @@ function db_connect() {
*
* @return void
*/
-function html_header($title="") {
+function html_header($title="", $details=array()) {
global $AUR_LOCATION;
global $DISABLE_HTTP_LOGIN;
global $LANG;