From 9e4c361f8763e2c3d830c2817c53d26c01f27caf Mon Sep 17 00:00:00 2001 From: Earl Miles <merlin@logrus.com> Date: Thu, 29 Jan 2009 22:02:43 +0000 Subject: [PATCH] Stub help file --- help/export.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 help/export.html diff --git a/help/export.html b/help/export.html new file mode 100644 index 00000000..37717b08 --- /dev/null +++ b/help/export.html @@ -0,0 +1,9 @@ +<!-- $Id$ --> + + in schema: + 'export' = array( + 'key' => 'name', // unique key to identify records + 'default hook' => '', // name of hook to get default objects + 'status' => '', // name of variable to store enabled/disabled status + 'object' => '', // name of the object to put this data on + ), -- GitLab