bugfixes and final touches for 1.3

This commit is contained in:
Adam Shaw 2009-09-21 10:11:08 +00:00
parent 363ad2c67f
commit ef2713aed0
19 changed files with 120 additions and 46 deletions

View file

@ -6,14 +6,14 @@
echo json_encode(array(
array(
'id' => 1,
'id' => 111,
'title' => "Event1",
'start' => "$year-$month-10",
'url' => "http://yahoo.com/"
),
array(
'id' => 2,
'id' => 222,
'title' => "Event2",
'start' => "$year-$month-20",
'end' => "$year-$month-22",