| 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 |
| 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 |
/** |
/** |
| 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 |
} |
} |