/[drupal]/contributions/modules/webdav/webdav_attachement/webdav_attachement.module
ViewVC logotype

Diff of /contributions/modules/webdav/webdav_attachement/webdav_attachement.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.9, Tue Feb 3 17:20:22 2009 UTC revision 1.10, Mon May 18 22:32:25 2009 UTC
# Line 74  function _webdav_attachement_save_file($ Line 74  function _webdav_attachement_save_file($
74    
75    // Check for validation errors.    // Check for validation errors.
76    if (!empty($errors)) {    if (!empty($errors)) {
77      webdav_status_forbidden();      webdav_session_set_status(WEBDAV_STATUS_FORBIDDEN);
78      return 0;      return 0;
79    }    }
80    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.2