mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-17020 dml: native pgsql driver - $ bound syntax fully implemented, we do not need string for exception anymore
This commit is contained in:
parent
e4f9c142f1
commit
935956b8c2
2 changed files with 11 additions and 3 deletions
|
@ -11,7 +11,6 @@ $string['blockcannotconfig'] = 'This block does not support global configuration
|
|||
$string['blocknameconflict'] = 'Naming conflict: block $a->name has the same title with an existing block: $a->conflict!';
|
||||
$string['backupcontainexternal'] = 'This backup file contains external Moodle Network Hosts that are not configured locally';
|
||||
$string['backuptablefail'] = 'Backup tables could NOT be set up successfully!';
|
||||
$string['boundsyntaxnotsupport'] = 'Pg \$1, \$2 bound syntax not supported yet :-(';
|
||||
$string['cannotassignanthing'] = 'Cannot assign moodle/site:doanything';
|
||||
$string['cannotassignrole'] = 'Cannot assign role in course';
|
||||
$string['cannotassignselfasparent'] = 'Cannot assign self as parent!';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue