Vergleich inc/class_parser.php - 1.4.0 - 1.4.3

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 275Zeile 275
		{
foreach($custom_mycode as $key => $mycode)
{

		{
foreach($custom_mycode as $key => $mycode)
{

 
				$mycode['regex'] = str_replace("\x0", "", $mycode['regex']);

				$custom_mycode[$key]['regex'] = "#".$mycode['regex']."#si";
}
$mycode = array_merge($standard_mycode, $custom_mycode);

				$custom_mycode[$key]['regex'] = "#".$mycode['regex']."#si";
}
$mycode = array_merge($standard_mycode, $custom_mycode);