On Tue 27. 9. 2005 22:20, Marc Delisle wrote:
In the query window, I don't see any effect for this checkbox?
Well I don't know whether there is any real effect, but at least there is following code:
/** * Defines the query to be displayed in the query textarea */ if ( ! empty( $show_query ) ) { $query_to_display = $sql_query; } else { $query_to_display = ''; }