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

Diff of /contributions/modules/import_manager/import_manager.module

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

revision 1.10, Wed Mar 5 20:41:33 2008 UTC revision 1.11, Wed Mar 5 20:45:51 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: import_manager.module,v 1.9 2007/08/31 03:34:22 drumm Exp $  // $Id: import_manager.module,v 1.10 2008/03/05 20:41:33 drumm Exp $
3    
4  function import_manager_menu($may_cache) {  function import_manager_menu($may_cache) {
5    $items = array();    $items = array();
# Line 218  function import_manager_form_submit($for Line 218  function import_manager_form_submit($for
218   * Run an import.   * Run an import.
219   *   *
220   * @param $callback   * @param $callback
221   *   A string conataining the import callback function name.   *   A string containing the import callback function name.
222   * @param $data   * @param $data
223   *   Optional array of data which would usually be submitted with the import.   *   Optional array of data which would usually be submitted with the import.
224   */   */
# Line 230  function import_manager_run($callback, $ Line 230  function import_manager_run($callback, $
230   * Get the import definition for a callback.   * Get the import definition for a callback.
231   *   *
232   * @param $callback   * @param $callback
233   *   A string conataining the import callback function name.   *   A string containing the import callback function name.
234   * @return   * @return
235   *   The import's definition array.   *   The import's definition array.
236   */   */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.2