- Patch #138000 by killes: removed global .

Backport from HEAD.
5.x
Neil Drumm 2007-04-24 07:09:47 +00:00
parent 2bff6891ca
commit d92bf690f3
1 changed files with 0 additions and 1 deletions

View File

@ -1532,7 +1532,6 @@ function node_admin_content() {
}
function node_admin_nodes() {
global $form_values;
$filter = node_build_filter_query();
$result = pager_query('SELECT n.*, u.name, u.uid FROM {node} n '. $filter['join'] .' INNER JOIN {users} u ON n.uid = u.uid '. $filter['where'] .' ORDER BY n.changed DESC', 50, 0, NULL, $filter['args']);