From 50f820ad5a3a55aaeb0c41e30405046283f919ca Mon Sep 17 00:00:00 2001 From: Eric Marguin Date: Mon, 14 Apr 2008 16:07:37 +0200 Subject: [PATCH] [svn r14880] add doc about my previous commit --- main/document/document.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main/document/document.inc.php b/main/document/document.inc.php index c0ff780306..6eef6ff33f 100644 --- a/main/document/document.inc.php +++ b/main/document/document.inc.php @@ -330,6 +330,12 @@ function build_move_to_selector($folders,$curdirpath,$move_file,$group_dir='') return $form; } + +/** + * get the path translated with title of docs and folders + * @param string the real path + * @return the path which should be displayed + */ function get_titles_of_path($path) { global $tmp_folders_titles;