more fixes

This commit is contained in:
Baris Usakli
2013-07-03 12:14:20 -04:00
parent 1e40ed28e5
commit 98013536d1
9 changed files with 105 additions and 140 deletions

View File

@@ -301,9 +301,9 @@ var express = require('express'),
res.send(data);
});*/
posts.getPostsByTid(2, 0, -1, function(data) {
/*posts.getPostsByTid(2, 0, -1, function(data) {
res.send(data);
});
});*/
/* posts.getPostsByPids([1,2,3], function(data) {
res.send(data);
@@ -313,9 +313,9 @@ var express = require('express'),
res.send(data);
});*/
/*topics.getTopicById(1, 1, function(data) {
topics.getTopicById(24, 1, function(data) {
res.send(data);
});*/
});
/* categories.getCategoryById(12, 0, function(returnData) {
res.send(returnData);