- Fixed bug #2689. Patch by Bruno.

4.3.x
Dries Buytaert 2003-08-30 21:20:21 +00:00
parent e330d7c654
commit 796399ffd4
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ function block_help($section = "admin/block/help") {
function block_system($field){
$output = "";
if ($field == "description") { $output = admin_help("admin/system/modules"); };
if ($field == "description") { $output = block_help("admin/system/modules"); }
return $output;
}

View File

@ -56,7 +56,7 @@ function block_help($section = "admin/block/help") {
function block_system($field){
$output = "";
if ($field == "description") { $output = admin_help("admin/system/modules"); };
if ($field == "description") { $output = block_help("admin/system/modules"); }
return $output;
}