All pastes #2120970 Raw Edit

Untitled

public text v1 · immutable
#2120970 ·published 2012-02-23 06:00 UTC
rendered paste body
   $photosize = module::get_var("qrcode_block", "photosize");
   // photosize can be: thumb, resize, file
   // strip the ?m=xxx of the end of the url
   $photo_url = preg_replace('/\?m=.*/', '', $item->resize_url(true));
   // how do I get $item->resize_url(true) to be thumb_url or resize_url or file_url from the $photosize variable?