diff options
author | INOPIAE <inopiae@cacert.org> | 2014-06-07 19:01:53 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2014-06-07 19:01:53 +0200 |
commit | ddd398e6dda266bd2f93c63a58273e797e401740 (patch) | |
tree | 66d2ce3a26d11112271ed1a624cc82b19a1623d6 /includes/account_stuff.php | |
parent | 200d59bc9197a97769aa2a0173aff186d6c08220 (diff) | |
download | cacert-devel-ddd398e6dda266bd2f93c63a58273e797e401740.tar.gz cacert-devel-ddd398e6dda266bd2f93c63a58273e797e401740.tar.xz cacert-devel-ddd398e6dda266bd2f93c63a58273e797e401740.zip |
bug 649: changed wot/16.php to wot/17.php
Diffstat (limited to 'includes/account_stuff.php')
-rw-r--r-- | includes/account_stuff.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/account_stuff.php b/includes/account_stuff.php index 46a499e..d0eee1a 100644 --- a/includes/account_stuff.php +++ b/includes/account_stuff.php @@ -97,7 +97,8 @@ case 510: case 511: case 512: - case 516: $expand = " explode('WoT');"; break; //Assurer check + case 516: // TTP form + case 517: $expand = " explode('WoT');"; break; //Assurer check case 1000: case 1001: case 1002: |