Search:
Login
Help/Guide
About Trac
Preferences
Forgot your password?
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 28
and
Version 29
of
BoltRef
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jan 30, 2008, 12:42:06 PM (
17 years
ago)
Author:
davea
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
BoltRef
v28
v29
272
272
{{{
273
273
<?php
274
function value($unit) {
275
global $student;
274
function value($student, $unit) {
276
275
return abs($student->verbal_level - $unit->verbal_level);
277
276
}