'#description'=>t('A brief description of your block. Used on the <a href="@overview">block overview page</a>.',array('@overview'=>url('admin/build/block'))),
'#required'=>TRUE,
...
...
@@ -580,7 +580,7 @@ function block_box_form($edit = array()) {
// Call the form first, to allow for the form_values array to be populated.
...
...
@@ -1506,7 +1506,6 @@ function node_admin_content() {
functionnode_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']);
...
...
@@ -1523,7 +1522,6 @@ function node_admin_nodes() {