Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Calendar/trunk@246408 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
quipo committed Nov 18, 2007
1 parent 57b9068 commit db9dc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Util/Uri.php
Expand Up @@ -153,7 +153,7 @@ function prev($Calendar, $unit)
*/
function this($Calendar, $unit)
{
$method = 'this'.$unit;
$method = 'this'.$unit;
$stamp = $Calendar->{$method}('timestamp');
return $this->buildUriString($Calendar, $method, $stamp);
}
Expand Down

0 comments on commit db9dc5c

Please sign in to comment.