diff options
author | dirk <beliebige_email_adresse@fidocon.de> | 2011-09-20 00:53:25 +0200 |
---|---|---|
committer | dirk <beliebige_email_adresse@fidocon.de> | 2011-09-20 00:53:25 +0200 |
commit | 4d67b741c90c5a0221dd65e8dacf81a8320be652 (patch) | |
tree | 6d6f6c85aec8f78a65ca10685f2ca20c2f893827 /www/wot.php | |
parent | 7e3b37c7518525dde7f6b45ec837d00d30e535a5 (diff) | |
download | cacert-devel-4d67b741c90c5a0221dd65e8dacf81a8320be652.tar.gz cacert-devel-4d67b741c90c5a0221dd65e8dacf81a8320be652.tar.xz cacert-devel-4d67b741c90c5a0221dd65e8dacf81a8320be652.zip |
bug-894 removed debug-output
Diffstat (limited to 'www/wot.php')
-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 7c665ea..ca03a9e 100644 --- a/www/wot.php +++ b/www/wot.php @@ -471,7 +471,7 @@ $query = "select sum(`points`) as `total` from `notary` where `to`='".$_SESSION[ } // showheader(_("My CAcert.org Account!")); -echo "ID now = ".$id."/".$oldid.">>".$iecho; +// echo "ID now = ".$id."/".$oldid.">>".$iecho; // includeit($id, "wot"); // showfooter(); show_page ($id,"",""); |