Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
wfpl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5615e1e
)
* template.php (tem_is_old_sub): oops, missed one rename.
author
Josh Grams
<josh@qualdan.com>
Sat, 22 Aug 2009 16:17:49 +0000
(12:17 -0400)
committer
Josh Grams
<josh@qualdan.com>
Sat, 22 Aug 2009 16:17:49 +0000
(12:17 -0400)
template.php
patch
|
blob
|
history
diff --git
a/template.php
b/template.php
index
7783a07
..
bbee573
100644
(file)
--- a/
template.php
+++ b/
template.php
@@
-330,7
+330,7
@@
function &tem_is_old_sub($name, &$template) {
}
return $piece;
}
- $tem = tem_old_sub($name, $piece);
+ $tem = tem_is_old_sub($name, $piece);
if($tem) return $tem;
}
}