In the Moodle FileAPI (http://docs.moodle.org/dev/File_API) there is a line of code:
if ($filearea !== 'expectedfilearea' && $filearea !== 'anotherexpectedfilearea') {
I suspect these are not as literal as they appear and they should be substituted. But to what? I can find no additional reference to them. If someone could provide a reference I'd be very grateful.
Cheers
Dave