Ignore:
Timestamp:
Mar 24, 2009, 8:32:29 PM (16 years ago)
Author:
barny
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bug_tracker/funkce.php

    r529 r533  
    4040  session_regenerate_id();
    4141  $_SESSION["user"] = $user;
    42   $_SESSION["pass"] =$pass;
     42  $_SESSION["pass"] = $pass;
    4343}
    4444
     
    151151  switch ($id):
    152152        case 1:
     153          $f = "Alliance";
     154          break;
     155        case 2:
    153156          $f = "Horda";
    154           break;
    155         case 2:
    156           $f = "Alliance";
    157157          break;
    158158       
Note: See TracChangeset for help on using the changeset viewer.