Add the quick / direct writing ability

This commit is contained in:
sparkyx 2007-10-15 13:25:35 +00:00
parent 15ce1362e9
commit 26afef570a
28 changed files with 656 additions and 122 deletions

View file

@ -160,6 +160,7 @@ class PlanAnalytic
function header() {
$res="";
$a_plan=$this->get_list();
if ( empty($a_plan)) return "";
foreach ($a_plan as $r_plan)
{
$res.="<th>".$r_plan['name']."</th>";