From a9e37f2268cf2b5e06984bdfd8b52a2d2c112938 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Tue, 24 Sep 2019 16:37:18 -0600 Subject: [PATCH] Update apps.php (#4650) remove displaying " " from null descriptions --- core/apps/apps.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/apps/apps.php b/core/apps/apps.php index 35b71f3164..4998994b08 100644 --- a/core/apps/apps.php +++ b/core/apps/apps.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2012 + Portions created by the Initial Developer are Copyright (C) 2008-2019 the Initial Developer. All Rights Reserved. Contributor(s): @@ -93,7 +93,7 @@ $description = $row['description'][$_SESSION['domain']['language']['code']]; if (strlen($description) == 0) { $description = $row['description']['en-us']; } - if (strlen($description) == 0) { $description = ' '; } + if (strlen($description) == 0) { $description = ''; } $row['$description'] = $description; /*