43 $defname = strtoupper($module);
44 $defname = strtr($defname,
".",
"_");
48 if (!isset($$defname)) {
60 if ($f)
$out =
$out .
'<font face="sans-serif" size="-1">';
61 $out =
$out .
'<table width="100%" border="' . $f .
'" align="center" cellpadding="0" border="0" cellspacing="0">';
63 $out =
$out .
'<td width="20%" align="left" bgcolor="#CCFFEE">' .
$name .
'</th>';
65 $out =
$out .
'<td width="10%" align="left">-- none --</th>';
66 $out =
$out .
'<td width="70%" align="left">-- no value --</th>';
68 $out =
$out .
'<td width="10%" align="left">' . gettype($var) .
'</th>';
69 $out =
$out .
'<td width="70%" align="left">';
71 while (list($k, $v) = each($var)) {
76 if (strlen(strval($var)) > 0)
$out =
$out . strval($var);