/[drupal]/contributions/modules/live_translation/live_translation.update.inc
ViewVC logotype

Diff of /contributions/modules/live_translation/live_translation.update.inc

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

revision 1.3, Mon Apr 20 02:48:32 2009 UTC revision 1.4, Fri Apr 24 06:25:26 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: live_translation.update.inc,v 1.2 2009/04/19 23:33:43 brmassa Exp $  // $Id: live_translation.update.inc,v 1.3 2009/04/20 02:48:32 brmassa Exp $
3  /**  /**
4   * @author Bruno Massa   * @author Bruno Massa
5   * @file   * @file
# Line 105  function _live_translation_import($modul Line 105  function _live_translation_import($modul
105    if (empty($no_file)) {    if (empty($no_file)) {
106      unlink($file);      unlink($file);
107    }    }
108    
109      // Go to the report page
110      drupal_goto('admin/reports/live-translation');
111  }  }
112    
113  /**  /**
# Line 167  function _live_translation_update($retur Line 170  function _live_translation_update($retur
170        variable_set('live_translation_import_status', $import_status);        variable_set('live_translation_import_status', $import_status);
171      }      }
172    }    }
173    
174      // Go to the report page
175      drupal_goto('admin/reports/live-translation');
176  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2