11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
<?php
|
|
|
|
/**
|
|
* @file
|
|
* Install, update and uninstall functions for the calendar_ical module.
|
|
*
|
|
*/
|
|
|
|
function calendar_ical_update_last_removed() {
|
|
return 6000;
|
|
} |