X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_refs.php;h=0be210ce71a89b2e810f27866edbed29a397eac6;hb=0176313718a3887a7d833d578142ae41d3a06a15;hp=7bd4b1b515330c5e1b7e1456c6418ea863e28a43;hpb=4c221b6350439b8f91db58f142f03f79014f2eaf;p=mailer.git diff --git a/inc/modules/admin/what-list_refs.php b/inc/modules/admin/what-list_refs.php index 7bd4b1b515..0be210ce71 100644 --- a/inc/modules/admin/what-list_refs.php +++ b/inc/modules/admin/what-list_refs.php @@ -117,7 +117,9 @@ ORDER BY ); // Check if referal count is larger 0 and update link - if ($refs_cnt > 0) $content['refs_link'] = generateUserProfileLink(getUserData('userid'), $refs_cnt, 'list_refs'); + if ($refs_cnt > 0) { + $content['refs_link'] = generateUserProfileLink(getUserData('userid'), $refs_cnt, 'list_refs'); + } // END - if // Load template for level one $OUT_REFS .= loadTemplate('admin_list_refs_row', true, $content);