repo.or.cz
/
haanga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Fixed little issue with autoescape
[haanga.git]
/
haanga
/
filters
/
date.php
blob
3f3df195d5947f058ff1df7c05dad8997ebef4a3
1
<
?php
2
3
class
Date_Filter
4
{
5
function
generator
(
$compiler
,
$args
)
6
{
7
return
$compiler
->
expr_exec
(
'date'
,
$args
[
1
],
$args
[
0
]);
8
}
9
}
10
11