Changeset 482 for trunk/export/index.php


Ignore:
Timestamp:
Jun 14, 2010, 7:09:16 AM (14 years ago)
Author:
george
Message:
  • Opraveno: Čtení jména uživatele ve zobrazení RSS kanálů záznamů událostí.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/export/index.php

    r476 r482  
    481481       
    482482  if(array_key_exists('Operation', $_POST))
    483   if($_POST['Operation'] == 'Save')
     483  if(($_POST['Operation'] == 'Save') and (array_key_exists('ClientVersion', $_POST)))
    484484  {
    485485    $System->Database->query('UPDATE `Export` SET `ClientVersion`='.$_POST['ClientVersion'].' WHERE `Id`='.$_GET['ExportId']);
Note: See TracChangeset for help on using the changeset viewer.