Version details
I am running drupal 4.6.x and I downloaded the latest filemanager and acidfree modules yesterday:
I cannot tell from the documentation if the filemanager-private.patch included in the acidfree module is the correct one for the version of filemanager that I downloaded. My confusion is because at the top of the patch file the following datestamps/tags are shown:
--- filemanager.module.orig 2005-10-28 18:10:12.000000000 -0700
+++ filemanager.module 2005-11-28 12:29:56.000000000 -0800
@@ -228,39 +229,117 @@
and these don't match the filemanager module datestamp (2006/01/24) - see above.
Patch Problem
I started to hand edit the filemanager module in line with the patch but couldn't see the precise place to modify when I got to the following line:
+ $updated = _filemanager_update_file($file, $oldworking, $oldactive);
I'm a novice at this, so it could be user error. My question is how do I patch my version of filemanager to ensure acidfree works as it should? Or has somebody already done this and they can send me the modified filemanager.module. Or possibly the latest version of filemanager does not require patching (but that couldn't be true because I get errors when I uploaded a 100-image album)?