wrong table in SELECT

bkraegelin - September 2, 2009 - 16:14
Project:Windows Live Writer BlogAPI
Version:6.x-1.6
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed
Description

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

#1

jrglasgow - September 2, 2009 - 17:08
Status:active» fixed

I must have missed that one when forking from blogapi module
this change has been committed

#2

System Message - September 16, 2009 - 17:10
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.