Skip to content

Commit

Permalink
Mark as deprecated the sql_paging_limit_function()
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Sep 5, 2006
1 parent 93a8922 commit 3c4f35e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/dmllib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3c4f35e

Please sign in to comment.