Ignore:
Timestamp:
Jan 5, 2014, 11:32:57 PM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Trvalé přihlášení nefungovalo po zavření prohlížeče a změně php session id. Nutno řešit pomocí cookies.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/Version.php

    r632 r633  
    11<?php
    22
    3 $Revision = 632; // Subversion revision
    4 $DatabaseRevision = 632; // SQL structure revision
    5 $ReleaseTime = mktime(0, 0, 0, 2, 2, 2014);
     3$Revision = 633; // Subversion revision
     4$DatabaseRevision = 633; // SQL structure revision
     5$ReleaseTime = 0;//mktime(0, 0, 0, 2, 5, 2014);
Note: See TracChangeset for help on using the changeset viewer.