
27 Sep
2005
27 Sep
'05
6 p.m.
Michal Čihař schrieb:
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 = ''; }
so i dont have to check later for the presence of $query_to_display, i can just use it -- Sebastian Mendel www.sebastianmendel.de www.warzonez.de www.tekkno4u.de www.nofetish.com www.sf.net/projects/phpdatetime www.sf.net/projects/phptimesheet