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:
f9e2957
)
calendar MDL-24288 Fixed up deprecated notice within calendar lib.php
author
Sam Hemelryk
<sam@moodle.com>
Mon, 20 Sep 2010 03:18:53 +0000
(
03:18
+0000)
committer
Sam Hemelryk
<sam@moodle.com>
Mon, 20 Sep 2010 03:18:53 +0000
(
03:18
+0000)
calendar/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/calendar/lib.php
b/calendar/lib.php
index
3356323
..
1080d3d
100644
(file)
--- a/
calendar/lib.php
+++ b/
calendar/lib.php
@@
-1643,7
+1643,7
@@
class calendar_event {
protected $editoroptions = array(
'subdirs'=>false,
'forcehttps'=>false,
- 'maxfiles'=>
EDITOR_UNLIMITED_FILES
,
+ 'maxfiles'=>
-1
,
'maxbytes'=>null,
'trusttext'=>false);
/**