Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 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
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Fix this call to deprecated function sql_paging_limit(). Also, fix other small errors.