Incorporated changes for release 1.4.5
This commit is contained in:
@@ -93,9 +93,6 @@ framework("begin","$appname","New Writeup",$print);
|
||||
|
||||
// ******** begin database manipulation ********
|
||||
|
||||
// determine today's date and make it the default
|
||||
$today=date("Y-m-d");
|
||||
$now=date("H:i:s");
|
||||
if (!isset($report_date) || $report_date=="automatic") $report_date=$today;
|
||||
if (!isset($report_time) || $report_time=="automatic") $report_time=$now;
|
||||
|
||||
@@ -133,7 +130,7 @@ echo "<br>";
|
||||
// display the form
|
||||
if (isset($create)) {
|
||||
if ($discrepancy_text!=NULL && $reported_by!=NULL) {
|
||||
format_message(0,"<strong>Writeup created.</strong> You may create another writeup or <a href=\"writeups.php\">return to Open Writeups page.</a>");
|
||||
format_message(0,"<strong>Writeup created.</strong> You may create another writeup or <a href=\"writeups.php\">return to View Writeups page.</a>");
|
||||
$preserve=false;
|
||||
}
|
||||
if ($device==NULL) {
|
||||
|
||||
Reference in New Issue
Block a user