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)
commitc35324374411cae44d7c40dd8403e30ef53ea1f0
tree2481f9f1a37e9d209ee1dc3e5120c739186121f7
parent6c3aee576bf138b95251b6f84fd45ef5f754dabc
Splitting fill_template() into 2 functions:
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.
cgi.c
cgi.h
filters.c