Files
luos/gulliver/thirdparty/html2ps_pdf/globals.php
2010-12-02 23:34:41 +00:00

7 lines
119 B
PHP

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