From 8d3275bee488d058c6ff0efe6e81d20a584d3709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 6 Aug 2013 15:51:48 +0200 Subject: multi user --- inc/store/mysql.class.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'inc/store/mysql.class.php') diff --git a/inc/store/mysql.class.php b/inc/store/mysql.class.php index 78254a5f..8b7f83da 100644 --- a/inc/store/mysql.class.php +++ b/inc/store/mysql.class.php @@ -192,11 +192,4 @@ class Mysql extends Store { parent::__construct(); return $this->getHandle()->lastInsertId(); } - - public function updateContentById($id) { - parent::__construct(); - $sql_update = "UPDATE entries SET content=? WHERE id=?"; - $params_update = array($content, $id); - $query = $this->executeQuery($sql_update, $params_update); - } } -- cgit v1.2.3