Files
luos/gulliver/thirdparty/html2ps_pdf/globals.php

7 lines
119 B
PHP
Executable File

<?php
// Last assigned box unique identifier.
$GLOBALS['g_box_uid'] = 0;
$GLOBALS['__html_box_id_map'] = array();
?>