drupal/includes
Dries Buytaert 702a057683 - Patch #9478 by JonBob: allow printf-style arguments in pager_query.
Currently pager_query() is the black sheep of the database query family, because it does not allow for printf-style arguments to be inserted in the query. This is a problem because it introduces developer confusion when moving from an unpaged query to a paged one, and it encourages substitution of variables directly into the query, which can bypass our check_query() security feature.

  This patch adds this ability to pager_query(). The change is backwards-compatible, but a couple calls to the function in core have been changed to use the new capability.
2004-07-25 14:25:42 +00:00
..
bootstrap.inc - #9287: More doxygen/documentation fixes by JonBob 2004-07-22 16:06:54 +00:00
common.inc - #9287: More doxygen/documentation fixes by JonBob 2004-07-22 16:06:54 +00:00
conf.php - Patch by Adrian: added support for multiple database connections. 2004-04-30 05:12:46 +00:00
database.inc - Patch #9287 by JonBob: made the code style in the three database include files consistent with Drupal standards, and adds a wealth of Doxygen-style comments to aid developers in writing solid database access code using the API. 2004-07-14 19:15:25 +00:00
database.mysql.inc - Patch #9287 by JonBob: made the code style in the three database include files consistent with Drupal standards, and adds a wealth of Doxygen-style comments to aid developers in writing solid database access code using the API. 2004-07-14 19:15:25 +00:00
database.pear.inc - Patch #9287 by JonBob: made the code style in the three database include files consistent with Drupal standards, and adds a wealth of Doxygen-style comments to aid developers in writing solid database access code using the API. 2004-07-14 19:15:25 +00:00
file.inc - Patch #8670 by asimmonds: more spelling fixes. 2004-06-21 20:05:37 +00:00
menu.inc - #9287: More doxygen/documentation fixes by JonBob 2004-07-22 16:06:54 +00:00
module.inc - #9287: More doxygen/documentation fixes by JonBob 2004-07-22 16:06:54 +00:00
pager.inc - Patch #9478 by JonBob: allow printf-style arguments in pager_query. 2004-07-25 14:25:42 +00:00
session.inc - Added support for multiple user roles. Patch by Jim Hriggs. 2004-05-10 20:34:25 +00:00
tablesort.inc - #9287: More doxygen/documentation fixes by JonBob 2004-07-22 16:06:54 +00:00
theme.inc - #9287: More doxygen/documentation fixes by JonBob 2004-07-22 16:06:54 +00:00
xmlrpc.inc - Improved XML encoding fix. There is now a function drupal_xml_parser_create(): 2004-01-06 12:09:42 +00:00
xmlrpcs.inc - Improved XML encoding fix. There is now a function drupal_xml_parser_create(): 2004-01-06 12:09:42 +00:00