You are here

function _photos_node_title in Album Photos 6.2

Same name and namespace in other branches
  1. 7.3 photos.module \_photos_node_title()

File

./photos.module, line 1408

Code

function _photos_node_title($nid) {
  return db_result(db_query('SELECT title FROM {node} WHERE nid = %d', $nid));
}