| 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 |
| 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)) { |