vogelor
2008-12-09 6a2e36ec27a4c06741e72fd1f9275d3b767f390c
server/lib/classes/modules.inc.php
@@ -129,7 +129,7 @@
         
            if($d["action"] == 'd') {
               $idx = explode(":",$d["dbidx"]);
               $sql = "DELETE FROM $d[dbtable] SET ";
               $sql = "DELETE FROM $d[dbtable] ";
               $sql .= " WHERE $idx[0] = $idx[1]";
               $app->db->query($sql);
               if($app->db->errorNumber > 0) {