$sql='SELECT '.$select.$extselect.' FROM '.$app->listform->listDef['table'].($app->listform->listDef['additional_tables']!=''?','.$app->listform->listDef['additional_tables']:'')."$join WHERE $sql_where$order_by_sql$limit_sql";
$sql='SELECT '.$select.$extselect.' FROM '.$app->listform->listDef['table'].($app->listform->listDef['additional_tables']!=''?','.$app->listform->listDef['additional_tables']:'')."$join WHERE $sql_where$order_by_sql";