- Patch #132789 by vdessel: fixed undefined variable.

Backport from HEAD.
5.x
Neil Drumm 2007-04-08 00:50:50 +00:00
parent 8f2bcfde0f
commit 3e4cb91539
1 changed files with 1 additions and 2 deletions

View File

@ -1666,9 +1666,8 @@ function node_revision_overview($node) {
} }
$rows[] = array_merge($row, $operations); $rows[] = array_merge($row, $operations);
} }
$output .= theme('table', $header, $rows);
return $output; return theme('table', $header, $rows);
} }
/** /**