From 3c4f35e6451319251cbee1873d2ed2f0a53aa44e Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 5 Sep 2006 21:42:20 +0000 Subject: [PATCH] Mark as deprecated the sql_paging_limit_function() --- lib/dmllib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/dmllib.php b/lib/dmllib.php index d30eb03038..05374161fd 100644 --- a/lib/dmllib.php +++ b/lib/dmllib.php @@ -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) { -- 2.39.5