Index: openacs-4/packages/acs-content-repository/tcl/content-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-procs.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 10 Jan 2007 21:22:03 -0000 1.11 +++ openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 31 May 2013 20:27:17 -0000 1.12 @@ -34,7 +34,7 @@ if {$i < $item_id_length} { # Check that the directory exists if {![file exists [cr_fs_path]$path]} { - ns_mkdir [cr_fs_path]$path + file mkdir [cr_fs_path]$path } append path "/" @@ -44,7 +44,7 @@ # Check that the directory exists if {![file exists [cr_fs_path]$path]} { - ns_mkdir [cr_fs_path]$path + file mkdir [cr_fs_path]$path } if {[string index $path end] ne "/" } {