Code cleanup.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 27 Jul 2009 17:28:47 +0000 (17:28 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 27 Jul 2009 17:28:47 +0000 (17:28 +0000)
sales/manage/customer_branches.php

index 0fe2dbe2be97171c2b2aaa336805d2f258de95c0..e2a73af9007a1fd00426206f04598b0eade9b065 100644 (file)
@@ -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);