diff --git a/ChangeLog b/ChangeLog index 67ac851af..938635f4c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ $Source$ calendar. 2004-04-27 Garvin Hicking + * querywindow.php: Bug #942395 - Missing space * libraries/display_tbl.lib.php: Bug #942362 - Colspan of results table off by one. * db_datadict.php: Bug #942359 - Data dictionary had wrong
- diff --git a/querywindow.php b/querywindow.php index c91f9adc2..bb161a93e 100644 --- a/querywindow.php +++ b/querywindow.php @@ -161,7 +161,7 @@ if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) { $sql_history[] = '
  • ' . '' . $titles['Change'] . '' - . '[' . htmlspecialchars($query_history_latest_db) . '] ' . urldecode($query_history_latest) . '' + . ' [' . htmlspecialchars($query_history_latest_db) . '] ' . urldecode($query_history_latest) . '' . '
  • ' . "\n"; $sql_query = urldecode($query_history_latest);