Splitting fill_template() into 2 functions:
authorjongfoster <jongfoster@users.sourceforge.net>
Sun, 16 Sep 2001 11:38:02 +0000 (11:38 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Sun, 16 Sep 2001 11:38:02 +0000 (11:38 +0000)
template_load() loads the file
template_fill() performs the PCRS regexps.
This is because the CGI edit interface has a "table row"
template which is used many times in the page - this
change means it's only loaded from disk once.


No differences found