New module 'Date'
This commit is contained in:
parent
a4887c6502
commit
ac4b84765b
116 changed files with 30150 additions and 0 deletions
12
sites/all/modules/date/date_php4/date_php4.info
Normal file
12
sites/all/modules/date/date_php4/date_php4.info
Normal file
|
@ -0,0 +1,12 @@
|
|||
name = Date PHP4
|
||||
description = Emulate PHP 5.2 date functions in PHP 4.x, PHP 5.0, and PHP 5.1. Required when using the Date API with PHP versions less than PHP 5.2.
|
||||
package = Date/Time
|
||||
dependencies[] = date_api
|
||||
core = 6.x
|
||||
|
||||
; Information added by Drupal.org packaging script on 2014-03-31
|
||||
version = "6.x-2.10"
|
||||
core = "6.x"
|
||||
project = "date"
|
||||
datestamp = "1396284252"
|
||||
|
Reference in a new issue