You are here

function emfield_set_error in Embedded Media Field 5

Same name and namespace in other branches
  1. 6.3 deprecated/emfield-deprecated.inc \emfield_set_error()
  2. 6 emfield.module \emfield_set_error()
  3. 6.2 emfield.module \emfield_set_error()
2 calls to emfield_set_error()
emfield_request_header in ./emfield.module
Get the HTTP Header of media, for mime-type and length
emfield_request_xml in ./emfield.module
When an include file requires to read an xml to receive information, such as for thumbnails, this script can be used to request the xml and return it as an array. i suspect it could be done easier (and more quickly) in php 5.

File

./emfield.module, line 871

Code

function emfield_set_error($error) {
  watchdog('emfield', $error, WATCHDOG_WARNING);
}