J
|
Jane 1/14/2009 |
Hi, $tables .= ( strpos($tbl, "admin_") === 0 ) ? '' : '<option ' . $selected . ' value="' . $tbl . '">' . $tbl . '</option>'."\r\n";
if ($tbl!="TableName") $tables .= ( strpos($tbl, "admin_") === 0 ) ? '' : '<option ' . $selected . ' value="' . $tbl . '">' . $tbl . '</option>'."\r\n"; |
![]() |
hichem author 1/14/2009 |
Hi, to remove table from list of tables for web reports edit generated webreport0.php file manually. Find following line: and replace it with this one:
|