//Retrieve the comment mode for the given node ID (none, read, or read/write).
db_result(db_query('SELECT comment FROM {node} WHERE nid = %d', $nid));
Drupal 常用操作
最新推荐文章于 2022-08-13 17:31:54 发布
//Retrieve the comment mode for the given node ID (none, read, or read/write).
db_result(db_query('SELECT comment FROM {node} WHERE nid = %d', $nid));