Closed GoogleCodeExporter closed 8 years ago
$querystring = "select "
. THimages_table .".hash as hash, "
. THimages_table .".name as name, "
. THimages_table .".width as width, "
. THimages_table .".height as height, "
. THimages_table .".tname as tname, "
. THimages_table .".twidth as twidth, "
. THimages_table .".theight as theight, "
. THimages_table .".fsize as fsize, "
. THimages_table .".anim as anim, "
. THextrainfo_table.".extra_info AS exif_text"
. " FROM ". THimages_table ." LEFT OUTER JOIN ".THextrainfo_table. " on "
. THimages_table.".extra_info = ".THextrainfo_table.".id WHERE "
. THimages_table.".id=".intval($imgidx);
Original comment by TaQS...@gmail.com
on 1 Jul 2009 at 5:06
. THimages_table .".id as id, "
Original comment by TaQS...@gmail.com
on 1 Jul 2009 at 5:09
Original comment by TaQS...@gmail.com
on 8 Jul 2009 at 3:56
Original issue reported on code.google.com by
TaQS...@gmail.com
on 1 Jul 2009 at 4:43