|
@ -13,7 +13,7 @@ exports.save = function (from, groupId, at, contentType, content, handler) {
|
|
exports.findAllMessages = function (groupId, contentType, start, end, count, handler) {
|
|
exports.findAllMessages = function (groupId, contentType, start, end, count, handler) {
|
|
var sql = "SELECT to_gid, msg_id, from_uid, at_uid, type, content, timestamp " +
|
|
var sql = "SELECT to_gid, msg_id, from_uid, at_uid, type, content, timestamp " +
|