Ignore:
Timestamp:
Feb 19, 2014, 8:45:59 AM (10 years ago)
Author:
JanisV
Message:

Added method for remote updating

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/physical2virtual/admin.php

    r27229 r27413  
    2222    $page['infos'][] = l10n('Information data registered in database');
    2323  }
    24   if (isset($_POST['convert']))
    25   {
    26     physical2virtual_convert();
    27     $page['infos'][] = l10n('Convertion done');
    28   }
     24}
     25if (isset($_POST['convert_remote']) or isset($_POST['convert']))
     26{
     27  physical2virtual_convert();
     28  $page['infos'][] = l10n('Convertion done');
    2929}
    3030
Note: See TracChangeset for help on using the changeset viewer.