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

Diff of /contributions/modules/wishlist/wishlist.module

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

revision 1.42, Thu Nov 29 13:26:41 2007 UTC revision 1.43, Wed Jan 16 05:44:44 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: wishlist.module,v 1.41 2007/11/25 03:34:04 smclewin Exp $ */  /* $Id: wishlist.module,v 1.42 2007/11/29 13:26:41 smclewin Exp $ */
3  // Wishlist management module for Drupal  // Wishlist management module for Drupal
4  // Written by Scott McLewin and Melanie Paul-McLewin  // Written by Scott McLewin and Melanie Paul-McLewin
5  // drupal AT mclewin DOT com  // drupal AT mclewin DOT com
# Line 287  function wishlist_form(&$node) { Line 287  function wishlist_form(&$node) {
287      '#default_value' => $node->item_est_cost,      '#default_value' => $node->item_est_cost,
288      '#size' => 5,      '#size' => 5,
289      '#maxlength' => 5,      '#maxlength' => 5,
290      '#description' => t("If you know about how much the item will cost, entere it here."),      '#description' => t("If you know about how much the item will cost, enter it here."),
291    );    );
292    
293    if(variable_get("wishlist_show_currency", TRUE)) {    if(variable_get("wishlist_show_currency", TRUE)) {

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

  ViewVC Help
Powered by ViewVC 1.1.2