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

Diff of /contributions/modules/uc_turkish_banks/uc_turkish_banks.module

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

revision 1.10.2.1, Sun Mar 29 15:37:59 2009 UTC revision 1.10.2.2, Thu Apr 23 09:23:28 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: uc_turkish_banks.module,v 1.10 2008/11/16 10:00:42 bakyildiz Exp $  // $Id: uc_turkish_banks.module,v 1.10.2.1 2009/03/29 15:37:59 bakyildiz Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 288  function uc_turkish_banks_display() { Line 288  function uc_turkish_banks_display() {
288  /**  /**
289   *  Form builder for product attributes.   *  Form builder for product attributes.
290   */   */
291  function uc_turkish_banks_add_form($form_state,$action, $cid) {  function uc_turkish_banks_add_form($action, $cid) {
292    if ($action == 'edit') {    if ($action == 'edit') {
293      // If the action is edit, we load the coupon from the database with default values      // If the action is edit, we load the coupon from the database with default values
294      $value = uc_turkish_banks_load($cid);      $value = uc_turkish_banks_load($cid);

Legend:
Removed from v.1.10.2.1  
changed lines
  Added in v.1.10.2.2

  ViewVC Help
Powered by ViewVC 1.1.2