Ignore:
Timestamp:
Dec 26, 2013, 7:37:44 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Volba pro trvalé přihlášení uživatele.
  • Opraveno: Ošetření chyb v SQL dotazech při povýšení verze databáze.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Setup/Update.php

    r612 r619  
    4949            echo($Output);
    5050            $Output = '';
    51             $RevUpdate = $TraceItem['Function'];         
    52             $RevUpdate($this);
    53             $DbRevision = $TraceItem['Revision'];
     51            $RevUpdate = $TraceItem['Function'];
     52      $RevUpdate($this);
     53            $DbRevision = $TraceItem['Revision'];
    5454            $this->Database->query('UPDATE `'.$this->VersionTable.'` SET `Revision`= '.$TraceItem['Revision'].' WHERE `Id`=1');
    5555          }
Note: See TracChangeset for help on using the changeset viewer.