oops! deleted $start global here somehow

This commit is contained in:
Miles Lott 2001-09-04 05:28:24 +00:00
parent 95a522f501
commit e247562fc7

View File

@ -76,6 +76,7 @@
} }
/* _debug_array($GLOBALS['HTTP_POST_VARS']); */ /* _debug_array($GLOBALS['HTTP_POST_VARS']); */
/* Might change this to '' at the end---> */ /* Might change this to '' at the end---> */
$start = $GLOBALS['start'];
$query = $GLOBALS['query']; $query = $GLOBALS['query'];
$sort = $GLOBALS['sort']; $sort = $GLOBALS['sort'];
$order = $GLOBALS['order']; $order = $GLOBALS['order'];