Fix for Fix for Example of pager_query

  1. $result = pager_query(
  2.       db_rewrite_sql(
  3.         "SELECT n.nid, n.title, n.changed, n.status
  4.         FROM {node} n
  5.           WHERE n.uid = %d
  6.         AND n.type = '%s'
  7.         ORDER BY n.changed DESC"
  8.       ),
  9.       20,
  10.       0,
  11.       NULL,
  12.       $user->uid,
  13.       'tfmarketplace'
  14.     );

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.