30 September 2015 :
A death row convict, identified as Mushtaq, was hanged at the Kot Lakhpat Jail in Lahore. He had killed a man named Abdullah in 2000.SELECT distinct(d.iddocumento), d.* from documenti d JOIN destinazionidocumenti dd ON (d.iddocumento = dd.iddocumento) WHERE d.idtipodocumento = 1 AND d.idlanguage = 7 AND d.status = 3 ORDER BY d.datains DESC, d.rilevanza DESC LIMIT 6 SELECT distinct(d.iddocumento), d.* from documenti d JOIN destinazionidocumenti dd ON (d.iddocumento = dd.iddocumento) WHERE d.idtipodocumento = 1 AND d.idlanguage = 7 AND d.status = 3 AND dd.iddocumento not in (19306267) ORDER BY d.datains DESC, d.rilevanza DESC LIMIT 6
30 September 2015 :
A death row convict, identified as Mushtaq, was hanged at the Kot Lakhpat Jail in Lahore. He had killed a man named Abdullah in 2000.