[svn r14880] add doc about my previous commit

skala
Eric Marguin 17 years ago
parent 2f9d8f9936
commit 50f820ad5a
  1. 6
      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;

Loading…
Cancel
Save