summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMichael Tänzer <neo@nhng.de>2010-11-23 20:36:50 +0100
committerMichael Tänzer <neo@nhng.de>2010-11-23 20:36:50 +0100
commit1ff27b7cd83f1e9f218918f5cdc3b617fd7735e3 (patch)
tree49d500388215e38a318b01432daf4971e03718c6 /www
parent3057b6da414290c4109649af150c7a426bf39cbc (diff)
downloadcacert-devel-1ff27b7cd83f1e9f218918f5cdc3b617fd7735e3.tar.gz
cacert-devel-1ff27b7cd83f1e9f218918f5cdc3b617fd7735e3.tar.xz
cacert-devel-1ff27b7cd83f1e9f218918f5cdc3b617fd7735e3.zip
source code taken from cacert-20101031.tar.bz2
Diffstat (limited to 'www')
-rw-r--r--www/wot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wot.php b/www/wot.php
index 25eb213..2bd4622 100644
--- a/www/wot.php
+++ b/www/wot.php
@@ -245,7 +245,7 @@
if($_SESSION['profile']['board'] == 1 && intval($_POST['expire']) > 0)
{
- $_POST['method'] == "Administrative Increase";
+ $_POST['method'] = "Administrative Increase";
$newpoints = 200 - $drow['total'];
if(intval($_POST['expire']) > 45)
$_POST['expire'] = 45;