Fix PHP syntax errors.

This commit is contained in:
tjhunt
2007-09-24 10:05:42 +00:00
parent 186b0a1537
commit 5ff601c49e
+2 -2
View File
@@ -154,7 +154,7 @@
}
//Check for scale use
if ($scale_used)) {
if ($scale_used) {
error("Scale is in use and cannot be modified",$CFG->wwwroot.'/course/scales.php?id='.$course->id);
}
@@ -279,7 +279,7 @@
}
//Check for scale use
if ($scale_used)) {
if ($scale_used) {
error("Scale is in use and cannot be moved",$CFG->wwwroot.'/course/scales.php?id='.$course->id);
}