Ignore:
Timestamp:
Feb 9, 2009, 6:29:42 PM (16 years ago)
Author:
zork
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • beta/pages/movechar.php

    r405 r407  
    4545if (isset($_POST["movechar"]) AND $_POST["acc1"] != "" AND $_POST["pass1"] != "" AND $_POST["pass2"] != "" AND $_POST["char"] != "" AND $_POST["acc2"] != "" AND $_POST["pass1"] == $_POST["pass2"])
    4646{
    47   $db -> select_db("realm1_realmd");
     47  $db -> select_db($db_realmd);
    4848  $row = $db -> query("SELECT `locked` FROM `account` WHERE `id` = '".$_SESSION["UserId"]."';") -> fetch_array();
    4949  if ($row["locked"] != 1)
Note: See TracChangeset for help on using the changeset viewer.