[Phpmyadmin-devel] queryboxes
Michal Čihař
michal at cihar.com
Tue Sep 27 13:34:13 CEST 2005
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 = '';
}
--
Michal Čihař | http://cihar.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20050927/6dd6ed5d/attachment.sig>
More information about the Developers
mailing list