There is a ?TYPO? in wlw_blogapi.module, line 1042
should read:
function _wlw_blogapi_space_used($uid) {
return db_result(db_query('SELECT SUM(filesize) FROM {wlw_blogapi_files} f WHERE f.uid = %d', $uid));
}The table in code is blogapi_files
There is a ?TYPO? in wlw_blogapi.module, line 1042
should read:
function _wlw_blogapi_space_used($uid) {
return db_result(db_query('SELECT SUM(filesize) FROM {wlw_blogapi_files} f WHERE f.uid = %d', $uid));
}The table in code is blogapi_files
Comments
Comment #1
jrglasgow commentedI must have missed that one when forking from blogapi module
this change has been committed