View Issue Details

IDProjectCategoryView StatusLast Update
0000432Main CAcert Websiteweb of trustpublic2013-01-14 21:37
Reportermacaronyde Assigned ToSourcerer  
PrioritylowSeveritytextReproducibilityalways
Status closedResolutionfixed 
Fixed in Version2007 
Summary0000432: Error message after sending reminder
DescriptionAfter sending a reminder you got the message:
ERROR: A reminder notice has been sent.
I think, it is irritating to have an error on succesful sending an reminder.
TagsNo tags attached.
Reviewed by
Test Instructions

Activities

2007-07-18 09:58

 

cacert-reminder.patch (885 bytes)   
diff -rU3 cacert.orig/pages/wot/5.php cacert/pages/wot/5.php
--- cacert.orig/pages/wot/5.php	2007-07-03 22:07:50.000000000 +0200
+++ cacert/pages/wot/5.php	2007-07-18 09:55:10.000000000 +0200
@@ -14,7 +14,11 @@
 */
 	include_once("../includes/shutdown.php");
 ?>
-<? if($_SESSION['_config']['error'] != "") { ?><div color="orange"><?=_("ERROR")?>: <?=$_SESSION['_config']['error']?></div><? unset($_SESSION['_config']['error']); } ?>
+<? if($_SESSION['_config']['error'] != "") {
+     if($_SESSION['_config']['remindersent'] == 1) {
+  ?><div color="orange">
+  <? } else { ?><div color="orange"><?=_("ERROR")?>:
+<? } ?><?=$_SESSION['_config']['error']?></div><? unset($_SESSION['_config']['error']); } ?>
 <? if($_SESSION['_config']['noemailfound'] == 1) { ?>
 <form method="post" action="wot.php">
 <input type="hidden" name="email" value="<?=sanitizeHTML($_POST['email'])?>"><br>
cacert-reminder.patch (885 bytes)   

Sourcerer

2007-07-30 21:02

administrator   ~0000882

Patch has been applied, thanks a lot for the help!
Please test and close the bug.

Issue History

Date Modified Username Field Change
2007-04-14 17:48 macaronyde New Issue
2007-06-22 18:01 evaldo Assigned To => Sourcerer
2007-06-22 18:01 evaldo Priority normal => low
2007-06-22 18:01 evaldo Severity minor => text
2007-06-22 18:01 evaldo Status new => needs work
2007-06-22 18:01 evaldo Projection none => tweak
2007-07-18 09:58 pc File Added: cacert-reminder.patch
2007-07-30 21:02 Sourcerer Status needs work => solved?
2007-07-30 21:02 Sourcerer Fixed in Version => production
2007-07-30 21:02 Sourcerer Resolution open => fixed
2007-07-30 21:02 Sourcerer Note Added: 0000882
2007-10-24 05:49 evaldo Status solved? => closed
2013-01-14 21:37 Werner Dworak Fixed in Version => 2007