/[drupal]/contributions/modules/amazontools/amazon.module
ViewVC logotype

Diff of /contributions/modules/amazontools/amazon.module

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

revision 1.29.2.26, Thu Jan 4 14:40:10 2007 UTC revision 1.29.2.27, Wed Feb 28 20:09:34 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: amazon.module,v 1.29.2.25 2007/01/01 20:27:36 prometheus6 Exp $ */  /* $Id: amazon.module,v 1.29.2.26 2007/01/04 14:40:10 prometheus6 Exp $ */
3  if (version_compare(phpversion(), '5', '<')) {  if (version_compare(phpversion(), '5', '<')) {
4    require_once('amazon.php4.inc');    require_once('amazon.php4.inc');
5  }  }
# Line 564  function amazon_manage() { Line 564  function amazon_manage() {
564    );    );
565    $formstr = drupal_get_form('amazon_item_manage', $form);    $formstr = drupal_get_form('amazon_item_manage', $form);
566    return $formstr;    return $formstr;
 //  return drupal_get_form('amazon_itme_manage', $form);  
567  }  }
568    
569  function amazon_menu($may_cache) {  function amazon_menu($may_cache) {

Legend:
Removed from v.1.29.2.26  
changed lines
  Added in v.1.29.2.27

  ViewVC Help
Powered by ViewVC 1.1.2