4 lines
113 B
PHP
4 lines
113 B
PHP
<?php
|
|
global $_FIELDS;
|
|
$_FIELDS = array();
|
|
?>
|