mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
remove useless things
This commit is contained in:
parent
aefea6b8ff
commit
ed8d6afb15
@ -38,19 +38,8 @@ class SmsMapper extends Mapper {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected $userId;
|
|
||||||
protected $added;
|
|
||||||
protected $lastmodified;
|
|
||||||
protected $smsRead;
|
|
||||||
protected $smsSeen;
|
|
||||||
protected $smsDate;
|
|
||||||
protected $smsDraft;
|
|
||||||
protected $smsId;
|
|
||||||
protected $smsAddress;
|
|
||||||
protected $smsMsg;
|
|
||||||
|
|
||||||
public function find($id) {
|
public function find($id) {
|
||||||
$sql = 'SELECT * FROM `*PREFIX*myapp_authors` ' .
|
$sql = 'SELECT * FROM `*PREFIX*ocsms_smsdatas` ' .
|
||||||
'WHERE `id` = ?';
|
'WHERE `id` = ?';
|
||||||
$query = $db->prepareQuery($sql);
|
$query = $db->prepareQuery($sql);
|
||||||
$query->bindParam(1, $id, \PDO::PARAM_INT);
|
$query->bindParam(1, $id, \PDO::PARAM_INT);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user