Add $Id$ strings to .module and .install files
Todd Nienkerk - July 24, 2009 - 13:28
| Project: | Private Upload |
| Version: | 6.x-1.0-rc2 |
| Component: | Code |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | fixed |
Jump to:
Description
The .module and .install files are missing $Id$ strings. The case be added like so to the top of each file:
<?php
// $Id$
#1
Thanks, fixed in branches, will be in next release.