projects
/
project/imagecache.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fb69521
)
#327919 by webernet: Update missing return value.
author
andrew morton
Fri, 31 Oct 2008 21:05:51 +0000 (21:05 +0000)
committer
andrew morton
Fri, 31 Oct 2008 21:05:51 +0000 (21:05 +0000)
imagecache.install
patch
|
blob
|
blame
|
history
diff --git
a/imagecache.install
b/imagecache.install
index
b53abd5
..
65041b2
100644
(file)
--- a/
imagecache.install
+++ b/
imagecache.install
@@
-240,6
+240,7
@@
function imagecache_update_5() {
module_enable(array('imageapi', 'imageapi_gd', 'imageapi_imagemagick')); // enable our new module.
// @todo: update formatter names: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/imagecache/imagecache.module?r1=1.68&r2=1.68.2.8&pathrev=DRUPAL-5--2
- // ln: 516 diff 511.
-}
+ // ln: 516 diff 511.
+ return array();
+}