added missing module fixer and updated imagecache_actions

This commit is contained in:
Bachir Soussi Chiadmi
2018-03-21 17:06:08 +01:00
parent 3f7e130321
commit 0bcc558ed5
83 changed files with 6386 additions and 2517 deletions

View File

@@ -1,8 +1,8 @@
<?php
/**
* Rename 'text' to 'php' in custom action effect data
* Rename 'text' to 'php' in custom action effect data.
*/
function imagecache_customactions_update_7100(&$sandbox) {
function imagecache_customactions_update_7100(/*&$sandbox*/) {
$effects = db_select('image_effects')
->fields('image_effects')
->condition('name', 'imagecache_customactions', '=')