diff --git a/docs/api/davical/_inc---auth-famjama.php.html b/docs/api/davical/_inc---auth-famjama.php.html deleted file mode 100644 index b4d90239..00000000 --- a/docs/api/davical/_inc---auth-famjama.php.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - Docs for page auth-famjama.php - - - - -
-

File/inc/auth-famjama.php

- - -
-
Description
- -
- - -
-
- - - - - - -
-
Functions
- -
- -
- -
- - AuthFamjama (line 3) -
- - -
- void - - AuthFamjama - - ( $username,  $password) -
- -
    -
  • - - $username
  • -
  • - - $password
  • -
- - -
-
-
- -

- Documentation generated on Thu, 24 Dec 2009 22:09:46 +1300 by phpDocumentor 1.3.2 -

-
- \ No newline at end of file diff --git a/inc/ui/collection-edit.php b/inc/ui/collection-edit.php index 6fae7f22..90869629 100644 --- a/inc/ui/collection-edit.php +++ b/inc/ui/collection-edit.php @@ -36,6 +36,7 @@ $params = array( 'scan_depth' => $c->permission_scan_depth ); $is_update = ( $_POST['_editor_action'][$editor->Id] == 'update' ); +if ( isset($collection_name) ) $collection_name = str_replace( '/', '', $collection_name); if ( !$is_update && isset($collection_name) && isset($user_no) && is_object($usr) ) { $_POST['dav_name'] = sprintf('/%s/%s/', $usr->username, rawurlencode($collection_name) ); $_POST['parent_container'] = sprintf('/%s/', $usr->username );