diff options
author | INOPIAE <inopiae@cacert.org> | 2014-01-19 18:45:35 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2014-01-19 18:45:35 +0100 |
commit | 070ecab5c7409a1a8b99eca5b9545a004393bd2a (patch) | |
tree | 817fef48c76283d8ac69b6e2a778d160ec527662 /pages | |
parent | e8eec19fe90c387df1420d92a314cf3ab04ef483 (diff) | |
download | cacert-devel-070ecab5c7409a1a8b99eca5b9545a004393bd2a.tar.gz cacert-devel-070ecab5c7409a1a8b99eca5b9545a004393bd2a.tar.xz cacert-devel-070ecab5c7409a1a8b99eca5b9545a004393bd2a.zip |
bug 1138: changed function se_write_log to write_se_log, changed ticket no handling
Diffstat (limited to 'pages')
-rw-r--r-- | pages/account/43.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/account/43.php b/pages/account/43.php index ec82b5a..686a61b 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -243,6 +243,7 @@ if(intval($_REQUEST['userid']) > 0) { </select> <input type="text" name="year" value="<?=$year?>" size="4"> <input type="submit" value="Go"> + <input type="hidden" name="ticketno" value="<?=$ticketno?>"/> </form> </nobr> </td> |