From bc087e3c9131182862658a557d4f7c93fee04ce9 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 23 Oct 2005 20:25:59 +0000 Subject: [PATCH] Don't set_existing() and verify() in update() --- api.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/api.php b/api.php index 867e854..445bbf6 100644 --- a/api.php +++ b/api.php @@ -279,9 +279,6 @@ class API trigger_error('Condition is empty: cannot fetch', E_USER_ERROR); } - $this->set_existing(); - $this->verify(); - $actmethod = (method_exists($this, 'pre_update') ? $this->pre_update() : ''); foreach ($this->setfields AS $field) -- 2.43.5