Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
7ac78b92
Commit
7ac78b92
authored
Jul 23, 2008
by
Petr Skoda
Browse files
CONTRIB-500 fixed regression
parent
bc17b835
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib.php
View file @
7ac78b92
<?PHP
// $Id: lib.php,v 1.
3
2008/07/2
2
14:
40:38
skodak Exp $
<?PHP
// $Id: lib.php,v 1.
4
2008/07/2
3
14:
03:49
skodak Exp $
define
(
'NUM_NONE'
,
'0'
);
define
(
'NUM_NUMBERS'
,
'1'
);
...
...
@@ -160,13 +160,13 @@ function book_scale_used ($bookid,$scaleid) {
}
/**
* Checks if scale is being used by any instance of
journal
* Checks if scale is being used by any instance of
book
*
* This is used to find out if scale used anywhere
* @param $scaleid int
* @return boolean True if the scale is used by any journal
*/
function
journal
_scale_used_anywhere
(
$scaleid
)
{
function
book
_scale_used_anywhere
(
$scaleid
)
{
return
false
;
}
//////////////////////////////////////////////////////////////////////////////////////
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment