Incorporate changes made for old version 5.2.4.3
This commit is contained in:
@@ -77,9 +77,6 @@ if ($edit || $delete) {
|
||||
|
||||
// ******** begin database manipulation ********
|
||||
|
||||
// determine today's date and make it the default
|
||||
$today=mysqli_fetch_row(mysqli_query($db,"select current_date"))[0];
|
||||
$now=mysqli_fetch_row(mysqli_query($db,"select current_time"))[0];
|
||||
if ($add) {
|
||||
if ($submit) {
|
||||
// add the entry if submit is pressed
|
||||
|
||||
Reference in New Issue
Block a user