clarification

This commit is contained in:
Marc Delisle
2004-06-08 00:36:24 +00:00
parent 3b16b66659
commit 250df71fc7
2 changed files with 3 additions and 1 deletions

View File

@@ -1852,7 +1852,8 @@ Defaults to FALSE (drop-down). <br />
<dd>
Default queries that will be displayed in query boxes when user didn't
specify any. Use %d for database name, %t for table name and %f for a
comma separated list of field names.
comma separated list of field names. Note that %t and %f are only
applicable to $cfg['DefaultQueryTable'].
<br /><br />
</dd>

View File

@@ -542,6 +542,7 @@ $cfg['ReplaceHelpImg'] = TRUE; // show help button instead of strDocume
* %d will be replaced by the database name.
* %t will be replaced by the table name.
* %f will be replaced by a list of field names.
* (%t and %f only applies to DefaultQueryTable)
*/
$cfg['DefaultQueryTable'] = 'SELECT * FROM %t WHERE 1';
$cfg['DefaultQueryDatabase'] = '';