/[drupal]/contributions/modules/amfphp/amfphp.module
ViewVC logotype

Diff of /contributions/modules/amfphp/amfphp.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.7 by snelson, Sun Jul 15 18:34:38 2007 UTC revision 1.8 by snelson, Wed Feb 27 20:11:47 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: amfphp.module,v 1.6 2007/07/15 06:48:53 snelson Exp $  // $Id: amfphp.module,v 1.7 2007/07/15 18:34:38 snelson Exp $
3    
4  /*  /*
5   * Implementation of hook_requirements()   * Implementation of hook_requirements()
# Line 15  function amfphp_requirements($phase) { Line 15  function amfphp_requirements($phase) {
15    
16    if (!file_exists(realpath(dirname(__FILE__) . '/amfphp/globals.php'))) {    if (!file_exists(realpath(dirname(__FILE__) . '/amfphp/globals.php'))) {
17      $requirements['amfphp']['value'] = $t('Not found or wrong version');      $requirements['amfphp']['value'] = $t('Not found or wrong version');
18      $requirements['amfphp']['description'] = $t('You must dowload <a href="http://www.5etdemi.com/blog/archives/2007/01/amfphp-19-beta-2-ridiculously-faster/">AMFPHP 1.9 Beta 2</a>, and extract to modules/amfphp/amfphp, or respective site modules directory.');      $requirements['amfphp']['description'] = $t('You must dowload <a href="http://downloads.sourceforge.net/amfphp/amfphp-1.9.beta.20080120.zip?modtime=1200844138">AMFPHP 1.9 beta 2</a>, and extract to modules/amfphp/amfphp, or respective site modules directory.');
19      $requirements['amfphp']['severity'] = REQUIREMENT_ERROR;      $requirements['amfphp']['severity'] = REQUIREMENT_ERROR;
20    }    }
21    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.3