diff options
author | Michael Tänzer <neo@nhng.de> | 2012-01-21 15:17:17 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-01-21 15:17:17 +0100 |
commit | 368dec24f64435048650b07eee0264a7fdc41399 (patch) | |
tree | 74bb145a3752a43c25598da9dfe389e2d1584966 /www | |
parent | 20ac0779c9eae84d47e527caad3b13ddacf17f08 (diff) | |
download | cacert-devel-368dec24f64435048650b07eee0264a7fdc41399.tar.gz cacert-devel-368dec24f64435048650b07eee0264a7fdc41399.tar.xz cacert-devel-368dec24f64435048650b07eee0264a7fdc41399.zip |
Source code taken from cacert-20120119.tar.bz2
Diffstat (limited to 'www')
-rw-r--r-- | www/wot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wot.php b/www/wot.php index fe3b93b..d70f1d5 100644 --- a/www/wot.php +++ b/www/wot.php @@ -297,7 +297,7 @@ $iecho= "c"; $query .= ",\n`sponsor`='".intval($_POST['sponsor'])."'"; } else if($_SESSION['profile']['board'] == 1) { $query .= ",\n`method`='".mysql_escape_string(stripslashes($_POST['method']))."'"; - } else if($_SESSION['profile']['ttpadmin'] == 1 && ($_POST['method'] == 'Trusted 3rd Parties' || $_POST['method'] == 'Trusted third Parties')) { + } else if($_SESSION['profile']['ttpadmin'] == 1 && ($_POST['method'] == 'Trusted 3rd Parties' || $_POST['method'] == 'Trusted Third Parties')) { $query .= ",\n`method`='Trusted Third Parties'"; } mysql_query($query); |