]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_holiday.php
Heavy rewrite:
[mailer.git] / inc / modules / admin / what-list_holiday.php
index ce20c453c49c03073990d4f32e98b04fbff6f574..0dc684b1498ee2a040bf33bddbefc142a7e6ae15 100644 (file)
@@ -63,12 +63,12 @@ if (SQL_NUMROWS($result) > 0) {
                $content = array(
                        'sw'       => $SW,
                        'id'       => $content['id'],
-                       'uid'      => ADMIN_USER_PROFILE_LINK($content['userid']),
-                       'start'    => MAKE_DATETIME($content['holiday_start'], "3"),
-                       'end'      => MAKE_DATETIME($content['holiday_end'], "3"),
+                       'uid'      => generateUserProfileLink($content['userid']),
+                       'start'    => generateDateTime($content['holiday_start'], '3'),
+                       'end'      => generateDateTime($content['holiday_end'], '3'),
                        'comments' => wordwrap($content['comments'], 15),
-                       'status'   => TRANSLATE_STATUS($content['status']),
-                       'last'     => MAKE_DATETIME($content['last_online'], "3"),
+                       'status'   => translateUserStatus($content['status']),
+                       'last'     => generateDateTime($content['last_online'], '3'),
                );
 
                // Load row template and switch color