~quam-plures-core/quam-plures/qp-bug_526380

« back to all changes in this revision

Viewing changes to inc/items/model/_item.funcs.php

  • Committer: Tilman Blumenbach
  • Author(s): EdB
  • Date: 2010-06-27 09:58:00 UTC
  • mfrom: (7493.2.1 pingbacks_b_gone)
  • Revision ID: tilman@ax86.net-20100627095800-7yv2v9ywv969wpi6
Merged pingbacks_b_gone

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
        param( 'page', 'integer', 1, true ); // Post page to show
89
89
        param( 'c',    'integer', 0, true ); // Display comments?
90
90
        param( 'tb',   'integer', 0, true ); // Display trackbacks?
91
 
        param( 'pb',   'integer', 0, true ); // Display pingbacks?
92
91
}
93
92
 
94
93