]> git.mjollnir.org Git - moodle.git/commitdiff
Mark as deprecated the sql_paging_limit_function()
authorstronk7 <stronk7>
Tue, 5 Sep 2006 21:42:20 +0000 (21:42 +0000)
committerstronk7 <stronk7>
Tue, 5 Sep 2006 21:42:20 +0000 (21:42 +0000)
lib/dmllib.php

index d30eb0303826309170ee359b2386df76e627558b..05374161fd784983f1a8c7abb880059b61aff289 100644 (file)
@@ -1188,6 +1188,8 @@ function update_record($table, $dataobject) {
  * @uses $CFG
  * @param string $page Offset page number
  * @param string $recordsperpage Number of records per page
+ * @deprecated Moodle 1.7 use the new $limitfrom, $limitnum available in all
+ *             the get_recordXXX() funcions.
  * @return string
  */
 function sql_paging_limit($page, $recordsperpage) {