From f9a60059eb0f670f81109b114b3a5256439526d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 28 Apr 2002 11:43:02 +0000 Subject: [PATCH] coding --- tbl_qbe.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_qbe.php3 b/tbl_qbe.php3 index 24461febe..4d9d38dc0 100755 --- a/tbl_qbe.php3 +++ b/tbl_qbe.php3 @@ -712,7 +712,7 @@ if (isset($Field) && count($Field) > 0) { $hit = 0; // we only start this if we have fields, otherwise it would be dumb - while (list(, $value) = each ($Field)) { + while (list(, $value) = each($Field)) { $parts = explode('.', $value); if (urldecode($parts[0]) != '') { $alltabs[] = substr(urldecode($parts[0]), 1, strlen(urldecode($parts[0])) - 2);