- Patch #138000 by killes: removed global .

6.x
Dries Buytaert 2007-04-21 18:00:22 +00:00
parent b88d9b9ece
commit cf050e5f6e
1 changed files with 0 additions and 1 deletions

View File

@ -1566,7 +1566,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']);