Fixed potential undefined variable warning.

This commit is contained in:
mchurch
2004-09-09 12:47:44 +00:00
parent f80964c99b
commit 8d0a452321
+1 -1
View File
@@ -297,7 +297,7 @@
// The wiki Contents
if ($canedit) { /// Print tabs with commands for this page
if (!empty($canedit)) { /// Print tabs with commands for this page
$tabstyle = ' style="padding-left: 5px;padding-right: 5px" ';
echo '<table border="0">';