From: jongfoster Date: Sun, 16 Sep 2001 11:38:02 +0000 (+0000) Subject: Splitting fill_template() into 2 functions: X-Git-Tag: v_2_9_9~82 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=c35324374411cae44d7c40dd8403e30ef53ea1f0;hp=c35324374411cae44d7c40dd8403e30ef53ea1f0 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. ---