I was reading through the fileupload module example here and noticed that it is referencing the function file_check_upload in the validate and submit handlers. According to the API documentation, this function does not exist in D6.

Comments

mscdex’s picture

It seems there are multiple places where the documentation for D6 still contains references to this deprecated function. Here is another example, from the node hooks source.

Anonymous’s picture

Status: Active » Fixed

I removed fileupload.module from D6 documentation last night. Mostly because it's horribly outdated. So, this is fixed, in that the module isn't present in the API docs any more.

http://drupal.org/cvs?commit=110998

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.