Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k1low committed Oct 15, 2011
1 parent 680c8bf commit 0cda761
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
@@ -0,0 +1,6 @@
# Calendar Plugin for CakePHP #

## Alpha Status ##

This Plugin is personal test use.

1 change: 0 additions & 1 deletion models/vevent.php
Expand Up @@ -296,7 +296,6 @@ function _expandEventsDaily($start, $end, $event){
$expandEndPoint = $this->_expandDate(date('Y-m-d H:i:s', $endPoint));
}
} else {

$expandEndPoint = $this->_expandDate($end);
}

Expand Down

0 comments on commit 0cda761

Please sign in to comment.