From a4d1254c3a0809fd2a2798598dd37e836cc0e6ec Mon Sep 17 00:00:00 2001 From: Steve Alberty Date: Mon, 16 Jul 2001 13:47:08 +0000 Subject: [PATCH] print '0' instead of '' if result count < SelectNumRows --- ChangeLog | 5 +++++ lib.inc.php3 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e1ebfaa07..40991b716 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,11 @@ $Id$ $Source$ +2001-07-16 Steve Alberty + * tbl_changes.php3: make it possible to edit empty binary fields + * tbl_properties.php3: disable nowrap on enum and set 's + * lib.inc.php3: print '0' instead of '' if result count < SelectNumRows + 2001-07-15 Marc Delisle * small patch from vinay and girish @sanisoft.com: db_details.php3: new checkbox for optional re-display of query diff --git a/lib.inc.php3 b/lib.inc.php3 index f6498ddfd..ff8af5be8 100755 --- a/lib.inc.php3 +++ b/lib.inc.php3 @@ -67,7 +67,7 @@ function show_table_navigation($pos_next, $pos_prev, $dt_result) { > + value="= $SelectNumRows ? '0' : $pos_next ) ; ?>">