I had to migrate from PHP 5.2 to 5.3, so thousands of DEPRECATED messages started coming in my PHP system, but some are too complicated, follow the code:
if (!preg_match($SUBMENU.':', $sm)) {
$sm = explode($SUBMENU.":\n", $sm);
$sm = t...
asked by
16.03.2015 / 01:10