Browse Source

誤字

main
Miteruzo 1 year ago
parent
commit
6509ca1233
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      modules/user.mod.php

+ 2
- 3
modules/user.mod.php View File

@@ -17,13 +17,12 @@ User
SELECT
*
FROM
user
users
WHERE
id = $id";
$result = $GLOBALS['__db_connection'] -> query ($sql)
or die ("db_select error $sql");

$row = $this -> db -> fetch_array ($result);
$row = $result -> fetch_array ();

$self = new Self;
$self -> id = $id;


Loading…
Cancel
Save