From f020ab03b0d60b8d229367d5d2f4b348e5fbeb0a Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Thu, 13 Apr 2006 10:39:58 +0000 Subject: [PATCH] - fixed bug #1469469 cyclic redirect with sql.php as default table-page - re-use already existing code --- ChangeLog | 3 +++ sql.php | 62 ++++++++++++++++++++++++------------------------------- 2 files changed, 30 insertions(+), 35 deletions(-) diff --git a/ChangeLog b/ChangeLog index eb12f0821..456ba502f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ $Id$ $Source$ 2006-04-12 Sebastian Mendel + * sql.php: + - fixed bug #1469469 cyclic redirect with sql.php as default table-page + - re-use already existing code * changelog.php: link also js, html, pl, and sh files, FAQ entries and contributors to their sf.net user page, smaller regex fixes diff --git a/sql.php b/sql.php index 74d375491..a25dbef11 100644 --- a/sql.php +++ b/sql.php @@ -1,6 +1,10 @@