| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: image_fupload_image.install,v 1.3 2008/08/11 21:12:10 grandcat Exp $ 3 4 /** 5 * Implementation of hook_install(). 6 */ 7 function image_fupload_image_install() { 8 // No need of this at the moment 9 } 10 11 /** 12 * Implementation of hook_uninstall(). 13 */ 14 function image_fupload_image_uninstall() { 15 // No need of this at the moment 16 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |