diff options
author | eric <eric> | 2004-06-28 21:37:02 +0200 |
---|---|---|
committer | eric <eric> | 2004-06-28 21:37:02 +0200 |
commit | 4b80bc34ffb738ef3cd1a7944e8716d3e8140565 (patch) | |
tree | d371144998ca570b0808be07ff10c3a697a37bac /web/lib/aur.inc | |
parent | efcca46f26247ee69b33cb1effb0d34077817a80 (diff) | |
download | aur-4b80bc34ffb738ef3cd1a7944e8716d3e8140565.tar.gz aur-4b80bc34ffb738ef3cd1a7944e8716d3e8140565.tar.xz |
re-working pkgsearch, NumVotes add to Packages table
Diffstat (limited to 'web/lib/aur.inc')
-rw-r--r-- | web/lib/aur.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc index fd923c7d..f97a1312 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -296,6 +296,7 @@ function set_lang() { $row = mysql_fetch_array($result); $LANG = $row[0]; } + $update_cookie = 1; } else { $LANG = "en"; } |