_blogapi_space_used

Versions
5 – 6
_blogapi_space_used($uid)

Code

modules/blogapi/blogapi.module, line 947

<?php
function _blogapi_space_used($uid) {
  return db_result(db_query('SELECT SUM(filesize) FROM {blogapi_files} f WHERE f.uid = %d', $uid));
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.