forked from extern/egroupware
"add link title only, if id is numeric"
This commit is contained in:
parent
1c11bfcf55
commit
73aeaa3cad
@ -146,8 +146,7 @@ class vfs_widget
|
|||||||
$value['c'.$n] = lang($path_parts[2]);
|
$value['c'.$n] = lang($path_parts[2]);
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
$value['c'.$n] .= ': '.egw_link::title($path_parts[2],$path_parts[3]);
|
if (is_numeric($value['c'.$n])) $value['c'.$n] .= egw_link::title($path_parts[2],$path_parts[3]);
|
||||||
//$value['c'.$n] = egw_link::title($path_parts[2],$path_parts[3]);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user