MDL-50049 deprecation: Extra minor fixes.

- complete and cleanup upgrade.txt
- replace remaining uses in comments.
- fix some incorrect bulk-replacement in previous commit.
This commit is contained in:
Eloy Lafuente (stronk7) 2015-07-10 01:59:31 +02:00
parent b164e2ec30
commit 188458a604
9 changed files with 14 additions and 12 deletions

View file

@ -52,7 +52,7 @@ define('IGNORE_MULTIPLE', 1);
define('MUST_EXIST', 2);
/**
* DML exception class, use instead of error() in dml code.
* DML exception class, use instead of print_error() in dml code.
*
* @package core
* @category dml