o bug #425482: support older versions of PHP when building cache
/**
* Implementation of hook_adcacheapi().
*/
-function ad_cache_file_adcacheapi($op, &$node = array()) {
+function ad_cache_file_adcacheapi($op, &$node = NULL) {
+ if ($node == NULL) {
+ $node = array();
+ }
switch ($op) {
case 'display_variables':
return array(
$Id$
+April 7th, 2009
+ - ad_cache_file
+ o bug #425482: support older versions of PHP when building cache
+
April 3rd, 2009
- - ad_channl.module
+ - ad_channel.module
o feature #421046: optionally limit the number of channels that can be
assigned to a single advertisement
- ad.install