Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
aa6dba5
)
MDL-29313 allow larger char fields
author
Petr Skoda
<commits@skodak.org>
Mon, 12 Sep 2011 14:38:55 +0000
(16:38 +0200)
committer
Petr Skoda
<commits@skodak.org>
Fri, 16 Sep 2011 06:55:23 +0000
(08:55 +0200)
lib/xmldb/xmldb_field.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/xmldb/xmldb_field.php
b/lib/xmldb/xmldb_field.php
index
171fed9
..
219d781
100644
(file)
--- a/
lib/xmldb/xmldb_field.php
+++ b/
lib/xmldb/xmldb_field.php
@@
-45,7
+45,7
@@
class xmldb_field extends xmldb_object {
*
* @const maximum length of text field
*/
*
* @const maximum length of text field
*/
- const CHAR_MAX_LENGTH =
255; //TODO: bump up to 1333
+ const CHAR_MAX_LENGTH =
1333;
/**
* Creates one new xmldb_field
/**
* Creates one new xmldb_field