| 1 |
<?php |
<?php |
| 2 |
// $Id: uc_node_checkout.module,v 1.8.2.9 2009/07/30 16:38:35 rszrama Exp $ |
// $Id: uc_node_checkout.module,v 1.8.2.10 2009/07/30 17:23:56 rszrama Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 299 |
// Otherwise look in the $_GET array. |
// Otherwise look in the $_GET array. |
| 300 |
$product_nid = $_GET['product_nid']; |
$product_nid = $_GET['product_nid']; |
| 301 |
} |
} |
| 302 |
elseif (empty($form['nid']['#value'])) { |
elseif (empty($form['nid']['#value']) && !$form['#programmed']) { |
| 303 |
// If none was found, we must ask the user to specify one. |
// If none was found, we must ask the user to specify one. |
| 304 |
drupal_goto('ucnc-select/'. $type); |
drupal_goto('ucnc-select/'. $type); |
| 305 |
} |
} |