From cec8e1be2ecf1f0abacdda6e42855dd516c10ba5 Mon Sep 17 00:00:00 2001 From: skeeter Date: Sat, 18 Nov 2000 22:00:35 +0000 Subject: [PATCH] error checking --- addressbook/index.php | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/addressbook/index.php b/addressbook/index.php index 78be042b37..9b027aac46 100755 --- a/addressbook/index.php +++ b/addressbook/index.php @@ -101,7 +101,8 @@ "> '; echo ''; echo $phpgw->nextmatchs->show_sort_order($sort,"ab_" . $column[0],$order,"index.php",lang($column[1])); @@ -133,8 +134,9 @@ db->query("SELECT a.ab_id,a.ab_owner,a.ab_firstname,a.ab_lastname," . "a.ab_email,a.ab_wphone,c.company_name " . "from addressbook as a, customers as c where a.ab_company_id = c.company_id " @@ -234,11 +236,19 @@
"> + + + + + + + +