Non-core contributed modules

Deprecated function sql_paging_limit()

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.8, 1.9
  • Fix Version/s: 1.7, 1.8, 1.9
  • Component/s: Block: Email_list
  • Labels:
    None
  • Database:
    Any
  • Affected Branches:
    MOODLE_18_STABLE, MOODLE_19_STABLE
  • Fixed Branches:
    MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE

Description

Function sql_paging_limit() is deprecated. Replace it with the correct use of limitfrom, limitnum parameters<ul style="text-align: left"><li>line 1616 of lib/dmllib.php: call to debugging()</li><li>line 1527 of blocks/email_list/email/lib.php: call to sql_paging_limit()</li><li>line 216 of blocks/email_list/email/index.php: call to email_showmails()</li></ul> in /home/tmas/public_html/moodle18/moodle/lib/weblib.php on line 6068, referer: http://localhost/~tmas/moodle18/moodle/course/view.php?id=2

Activity

Hide
Toni Mas added a comment -

Fix this call to deprecated function sql_paging_limit(). Also, fix other small errors.

Show
Toni Mas added a comment - Fix this call to deprecated function sql_paging_limit(). Also, fix other small errors.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: