All pastes #2120968 Raw Edit

Untitled

public text v1 · immutable
#2120968 ·published 2012-02-23 05:47 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 or resize or file from the $photosize variable?