From e247562fc7dff6326a3c117065d3a868068d93f4 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Tue, 4 Sep 2001 05:28:24 +0000 Subject: [PATCH] oops! deleted $start global here somehow --- addressbook/inc/class.boaddressbook.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addressbook/inc/class.boaddressbook.inc.php b/addressbook/inc/class.boaddressbook.inc.php index 6491fa8389..051c4a7456 100644 --- a/addressbook/inc/class.boaddressbook.inc.php +++ b/addressbook/inc/class.boaddressbook.inc.php @@ -76,6 +76,7 @@ } /* _debug_array($GLOBALS['HTTP_POST_VARS']); */ /* Might change this to '' at the end---> */ + $start = $GLOBALS['start']; $query = $GLOBALS['query']; $sort = $GLOBALS['sort']; $order = $GLOBALS['order'];