update for new calendar function

This commit is contained in:
Miles Lott 2005-11-26 15:37:14 +00:00
parent 59e89a180d
commit 3617eeda1f

View File

@ -39,7 +39,7 @@
function read_list($data)
{
return ExecMethod($this->svc . '.' . $this->function_map['store_to_cache']['function'],$data);
return ExecMethod($this->svc . '.' . $this->function_map['search']['function'],$data);
}
function save($data)