query("UPDATE `templates` SET current='N' WHERE id!='" . $this->id . "'"); } public function getColumnBlocks($column=1) { global $database; $blocks = $database->getrows("SELECT b.name,b.description,b.id FROM blockpositions a RIGHT JOIN blocks b ON a.block = b.id WHERE a.column=" . (int) $column . " AND b.active = 'Y' ORDER By a.id ASC"); return $blocks; } }