/[drupal]/contributions/modules/fast_gallery/storageengine/Istorage.php
ViewVC logotype

Diff of /contributions/modules/fast_gallery/storageengine/Istorage.php

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

revision 1.3, Mon Nov 9 07:29:05 2009 UTC revision 1.4, Tue Nov 10 18:20:18 2009 UTC
# Line 31  Interface Istorage { Line 31  Interface Istorage {
31     */     */
32    public function deleteFile($file);    public function deleteFile($file);
33    
34    
35      /**
36       * Incase a file is being deleted from the file system
37       * we need to ensure that we deleted it from the db aswell
38       * so that db and filesystem stays synced
39       */
40      public function removeDeletedFiles();
41    
42  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2