engine.php, line 92

0 views
Skip to first unread message

Leechael

unread,
Jan 2, 2009, 11:03:57 AM1/2/09
to php-outline
Modify to:

if (!file_exists($this->compiled) || (filemtime($this->template) >
filemtime($this->compiled)) || $force) {

will be better.

Leechael

unread,
Jan 2, 2009, 11:05:21 AM1/2/09
to php-outline
Modify again:

if ($force || !file_exists($this->compiled) || (filemtime($this-
>template) > filemtime($this->compiled))) {

:P

ras...@mindplay.dk

unread,
Jan 2, 2009, 6:26:06 PM1/2/09
to php-outline
aesthetics, but yes - I changed yet :)
Reply all
Reply to author
Forward
0 new messages