誤字
This commit is contained in:
@@ -17,13 +17,12 @@ User
|
|||||||
SELECT
|
SELECT
|
||||||
*
|
*
|
||||||
FROM
|
FROM
|
||||||
user
|
users
|
||||||
WHERE
|
WHERE
|
||||||
id = $id";
|
id = $id";
|
||||||
$result = $GLOBALS['__db_connection'] -> query ($sql)
|
$result = $GLOBALS['__db_connection'] -> query ($sql)
|
||||||
or die ("db_select error $sql");
|
or die ("db_select error $sql");
|
||||||
|
$row = $result -> fetch_array ();
|
||||||
$row = $this -> db -> fetch_array ($result);
|
|
||||||
|
|
||||||
$self = new Self;
|
$self = new Self;
|
||||||
$self -> id = $id;
|
$self -> id = $id;
|
||||||
|
|||||||
Reference in New Issue
Block a user