コミットを比較
2 コミット
b069d0c646
...
8eaa62c88f
| 作成者 | SHA1 | 日付 | |
|---|---|---|---|
| 8eaa62c88f | |||
| 6509ca1233 |
+1
-2
@@ -22,8 +22,7 @@ User
|
|||||||
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;
|
||||||
|
|||||||
新しい課題から参照
ユーザをブロックする