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:
ae256fa
)
fixed $rolluprule typos
author
Petr Skoda
<skodak@moodle.org>
Sat, 18 Sep 2010 13:46:04 +0000
(13:46 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Sat, 18 Sep 2010 13:46:04 +0000
(13:46 +0000)
mod/scorm/datamodels/sequencinglib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/scorm/datamodels/sequencinglib.php
b/mod/scorm/datamodels/sequencinglib.php
index
f432bf0
..
970a2a4
100755
(executable)
--- a/
mod/scorm/datamodels/sequencinglib.php
+++ b/
mod/scorm/datamodels/sequencinglib.php
@@
-795,7
+795,7
@@
function scorm_seq_rollup_rule_check ($sco,$userid,$action){
if($itm === true){
$cont++;
}
- if($cont >= $ro
ull
prule->minimumcount){
+ if($cont >= $ro
llu
prule->minimumcount){
$change = true;
}
}
@@
-807,7
+807,7
@@
function scorm_seq_rollup_rule_check ($sco,$userid,$action){
if($itm === true){
$cont++;
}
- if($cont >= $ro
ull
prule->minimumcount){
+ if($cont >= $ro
llu
prule->minimumcount){
$change = true;
}
}
@@
-819,7
+819,7
@@
function scorm_seq_rollup_rule_check ($sco,$userid,$action){
if($itm === true){
$cont++;
}
- if(($cont/sizeof($childrenbag)) >= $ro
ull
prule->minimumcount){
+ if(($cont/sizeof($childrenbag)) >= $ro
llu
prule->minimumcount){
$change = true;
}
}