clarification
This commit is contained in:
@@ -1852,7 +1852,8 @@ Defaults to FALSE (drop-down). <br />
|
|||||||
<dd>
|
<dd>
|
||||||
Default queries that will be displayed in query boxes when user didn't
|
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
|
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 />
|
<br /><br />
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
@@ -542,6 +542,7 @@ $cfg['ReplaceHelpImg'] = TRUE; // show help button instead of strDocume
|
|||||||
* %d will be replaced by the database name.
|
* %d will be replaced by the database name.
|
||||||
* %t will be replaced by the table name.
|
* %t will be replaced by the table name.
|
||||||
* %f will be replaced by a list of field names.
|
* %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['DefaultQueryTable'] = 'SELECT * FROM %t WHERE 1';
|
||||||
$cfg['DefaultQueryDatabase'] = '';
|
$cfg['DefaultQueryDatabase'] = '';
|
||||||
|
Reference in New Issue
Block a user