(file) Return to stripspaces.inc.php CVS log (file) (dir) Up to [Development] / old-advokit-installer

File: [Development] / old-advokit-installer / stripspaces.inc.php (download) / (as text)
Revision: 1.1.1.1 (vendor branch), Sat Jun 5 04:22:20 2004 UTC (6 years, 3 months ago) by travislow
Branch: advokit-installer, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
Initial import of AdvoKit into voter2voter cvs ... I hope you committed your changes. :-) 

<?
#.................................................. stripLeadingSpaces
#
# Strip any leading spaces in the template.
#
function stripLeadingSpaces( $compiled_template )
{ 
    return preg_replace( "/\\n\\s+/", "\n", $compiled_template );
}
?>

cvsadmin@voter2voter.org
CVS Snapshots (updated daily)