suppresion d'un controle de debug dans dir_local

This commit is contained in:
Camille Lafitte 2006-07-22 09:39:09 +00:00
parent a462fdbc45
commit 204117ff9e
1 changed files with 0 additions and 3 deletions

View File

@ -386,9 +386,6 @@ function duration_list($name, $selected=0) {
function dir_local($file) {
//recherche la chaine commençant aprés ../ ou / ceci n fois
preg_match('`^(/|../)*(.*)`',$file,$res);
echo $file."<br/>";
print_r($res);
echo "<br/>";
if ($res) {
return $res[2];
} else {