Changeset 407 for beta/pages/movechar.php
- Timestamp:
- Feb 9, 2009, 6:29:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
beta/pages/movechar.php
r405 r407 45 45 if (isset($_POST["movechar"]) AND $_POST["acc1"] != "" AND $_POST["pass1"] != "" AND $_POST["pass2"] != "" AND $_POST["char"] != "" AND $_POST["acc2"] != "" AND $_POST["pass1"] == $_POST["pass2"]) 46 46 { 47 $db -> select_db( "realm1_realmd");47 $db -> select_db($db_realmd); 48 48 $row = $db -> query("SELECT `locked` FROM `account` WHERE `id` = '".$_SESSION["UserId"]."';") -> fetch_array(); 49 49 if ($row["locked"] != 1)
Note:
See TracChangeset
for help on using the changeset viewer.