1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

rename saveAll

This commit is contained in:
Ner'zhul
2014-09-15 13:27:30 +02:00
parent c85967ca75
commit cfc94b253f
+1 -1
View File
@@ -21,7 +21,7 @@ class SmsMapper extends Mapper {
}
// @TODO
public function saveAll($userId, $smsList) {
public function writeToDB($userId, $smsList) {
foreach ($smsList as $sms) {
$smsFlags = sprintf("%s%s",
$sms["read"] === "true" ? "1" : "0",