Files
luos/thirdparty/html2ps_pdf/globals.php
Paula Quispe 9eb7d6cac2 HOR-2689
2017-08-03 17:00:30 -04:00

7 lines
119 B
PHP

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