Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/images.php =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/images.php,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/images.php 14 Jun 2007 01:36:55 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/images.php 24 Nov 2007 15:35:35 -0000 1.3 @@ -301,6 +301,9 @@ case 102 : $pasteStatus = 'Could not create destination folder.'; break; + case 103 : + $pasteStatus = 'File pasted OK.'; + break; case 104 : $pasteStatus = 'Destination file/folder already exists.'; break;