D'oh! That did the trick. Thanks!
Is there any way to get the size of a file out of the DB? So I can format it "MOBI 2.5MB" etc?
It doesn't seem to work when I change the DB query to
PHP Code:
$data = $this->db->query(sprintf('SELECT format,name,size
(and then loop through the array).
EDIT: the column name is "uncompressed_size" - using that works to get file size.
Love the server - is there a more formal way to contribute patches / bugs / change request?