﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
824	auto_include	Volker Strähle	somebody	"Sollte nicht die Existenz der Verzeichnisse geprüft und ggf. erstellt werden?

{{{
  $dir = rtrim($dir,'/');
	if (!is_dir($dir)){
		trigger_error('Directory '.$dir.' does not exists');
		if(defined(AUTOCREATE_MISSING_DIR) && AUTOCREATE_MISSING_DIR == true){
			try{
				mkdir($dir);
			}catch(exception $e){
				trigger_error($e->getMessage());
			}
		}
	}

}}}
"	Erweiterung	new	normal	modified-shop-2.1.0.0	Shop	2.0.1.0					
