X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=php5-swig%2Finclude.php;h=92b71d6dca4c07e897251b7f7b49df290bfdf24b;hb=ab29cf7e641eca15124acb550e4244edd6b0784a;hp=b24e59f866543911da1e853abf88aeec8984275c;hpb=8ad17ad06612ee08a69572186858be074b0c5c99;p=xml-template diff --git a/php5-swig/include.php b/php5-swig/include.php index b24e59f..92b71d6 100644 --- a/php5-swig/include.php +++ b/php5-swig/include.php @@ -9,5 +9,5 @@ $master = XML_Template_process_file('../xml/master.xml', array( 'h1' => 'Nice heading here', 'contents' => $doc ), true); -output_to_fd_and_free($master, 1); +output_to_fd($master, 1); ?>