Files
luos/thirdparty/html2ps_pdf/globals.php

7 lines
119 B
PHP
Raw Normal View History

2010-12-02 23:34:41 +00:00
<?php
// Last assigned box unique identifier.
$GLOBALS['g_box_uid'] = 0;
$GLOBALS['__html_box_id_map'] = array();
?>