From: Janusz Dobrowolski Date: Mon, 27 Jul 2009 17:28:47 +0000 (+0000) Subject: Code cleanup. X-Git-Tag: v2.4.2~19^2~1321 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=5f8e0bc0b99277b133635a60710841378da8018c;p=fa-stable.git Code cleanup. --- diff --git a/sales/manage/customer_branches.php b/sales/manage/customer_branches.php index 0fe2dbe2..e2a73af9 100644 --- a/sales/manage/customer_branches.php +++ b/sales/manage/customer_branches.php @@ -196,7 +196,7 @@ if ($num_branches) $th = array(_("Name"), _("Contact"), _("Sales Person"), _("Area"), _("Phone No"), _("Fax No"), _("E-mail"), _("Tax Group"), "", ""); inactive_control_column($th); - if (count($_REQUEST['popup'])) $th[] = ''; + if (@$_REQUEST['popup']) $th[] = ''; table_header($th);