Posted by joachim on October 24, 2009 at 12:43pm
Jump to:
| Project: | Module Builder |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
This is total WTFage:
module_builder_last_update is stored as a formatted string.
Change this to store as timestamp and format on output.
Slight problem: people upgrading to latest code will get garbled output.
Comments
#1
Better still: now we store a processed file, we could just get its timestamp? Or store a timestamp inside it?
See http://php.net/manual/en/function.filemtime.php
#2
Fixed.
Another reason that occurs to me for doing this is that if you have a common hooks folder shared across instances of Drupal, this works but the old system doesn't.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.