From 2bf054364d7fa89ca5d34f52c1c08b42d0c4987f Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 26 Mar 2020 11:48:45 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/categories/viewcat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index ad82b7c4438..513d411d188 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -335,7 +335,7 @@ if ($cats < 0) { dol_print_error($db, $cats->error, $cats->errors); } -else if(count($cats) < 1) +elseif(count($cats) < 1) { print ''; print ''.$langs->trans("NoSubCat").'';