diff --git a/admin_mail_queue.php b/admin_mail_queue.php index c662ebe7..841695fc 100644 --- a/admin_mail_queue.php +++ b/admin_mail_queue.php @@ -102,11 +102,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - - - ID - - Queued @@ -137,7 +132,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); Attempts - Action + Action @@ -175,14 +170,13 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - $email_from_name"?> $email_recipient_name"?> - + diff --git a/includes/app_version.php b/includes/app_version.php index b4263e0b..7588b7c5 100644 --- a/includes/app_version.php +++ b/includes/app_version.php @@ -2,7 +2,7 @@ /* * ITFlow * This file defines the current ITFlow release/version - * Update this file each time we merge develop into master. Format is YY.M (add a .v if there is more than one release a month. + * Update this file each time we merge develop into master. Format is YY.MM (add a .v if there is more than one release a month. */ -DEFINE("APP_VERSION", "25.01"); +DEFINE("APP_VERSION", "25.01.1");