New wrapper functions introduced, TODOs.txt updated
[mailer.git] / inc / modules / admin / what-list_holiday.php
index 3f1d2ff68921c9863a7f92b63e0b4d5bcd3c2a51..a3883d9fb9b373cea0cbe713a1092baa197905c9 100644 (file)
@@ -81,7 +81,7 @@ if (!SQL_HASZERONUMS($result)) {
        loadTemplate('admin_list_holiday', false, $OUT);
 } else {
        // No holiday requests found
-       loadTemplate('admin_settings_saved', false, '{--ADMIN_HOLIDAY_NOTHING_FOUND--}');
+       displayMessage('{--ADMIN_HOLIDAY_NOTHING_FOUND--}');
 }
 
 // [EOF]