module creator extended to use short table alias
This commit is contained in:
@@ -33,8 +33,8 @@ class PLACEHOLDER_MODULECLASSNAME {
|
||||
$heading = array(PLACEHOLDER_COLUMNS, 'Menü');
|
||||
$width = array('10%'); // Fill out manually later
|
||||
|
||||
$findcols = array(PLACEHOLDER_COLUMNS);
|
||||
$searchsql = array(PLACEHOLDER_COLUMNS);
|
||||
$findcols = array(PLACEHOLDER_SQL_COLUMNS);
|
||||
$searchsql = array(PLACEHOLDER_SQL_COLUMNS);
|
||||
|
||||
$defaultorder = 1;
|
||||
$defaultorderdesc = 0;
|
||||
|
||||
Reference in New Issue
Block a user