From 60f6567822d9a9a13a3395097656af7220c7b31e Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 27 Aug 2007 16:53:33 +0000 Subject: Rename delete to destroy in the API and MySQL fields to avoid the Perl delete keyword. --- docs/design-api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/design-api') diff --git a/docs/design-api b/docs/design-api index 9ef3901..b0363d4 100644 --- a/docs/design-api +++ b/docs/design-api @@ -67,7 +67,7 @@ Object API and returns 1 if those default authorization rules allow access. If there are no authorization rules or if they don't allow access, returns 0. On error, returns undef; the caller should call error() to - get the error text. Operation should be one of get, store, delete, + get the error text. Operation should be one of get, store, destroy, show, and flags. error() -- cgit v1.2.3