summaryrefslogtreecommitdiff
path: root/htdocs/docs/man/agent.txt
diff options
context:
space:
mode:
authorivan <ivan>1999-02-09 09:38:15 +0000
committerivan <ivan>1999-02-09 09:38:15 +0000
commit9e95f24c0c93f9ca0c8d07041478bc1b36c571d8 (patch)
treee4a04129dccc6958aa7fb5093237a80f94d195b7 /htdocs/docs/man/agent.txt
parent2d5b6a99008439861b047739d1064fd828eccc7d (diff)
regenerated perl api docs from embedded pod
Diffstat (limited to 'htdocs/docs/man/agent.txt')
-rw-r--r--htdocs/docs/man/agent.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/htdocs/docs/man/agent.txt b/htdocs/docs/man/agent.txt
index b0317f6f7..13a4f0c4b 100644
--- a/htdocs/docs/man/agent.txt
+++ b/htdocs/docs/man/agent.txt
@@ -4,8 +4,8 @@ NAME
SYNOPSIS
use FS::agent;
- $record = create FS::agent \%hash;
- $record = create FS::agent { 'column' => 'value' };
+ $record = new FS::agent \%hash;
+ $record = new FS::agent { 'column' => 'value' };
$error = $record->insert;
@@ -27,7 +27,7 @@ DESCRIPTION
prog - For future use.
freq - For future use.
METHODS
- create HASHREF
+ new HASHREF
Creates a new agent. To add the agent to the database, see
the section on "insert".
@@ -49,9 +49,10 @@ METHODS
there is an error, returns the error, otherwise returns
false. Called by the insert and replace methods.
-BUGS
- It doesn't properly override FS::Record yet.
+VERSION
+ $Id: agent.txt,v 1.3 1999-04-08 13:39:31 ivan Exp $
+BUGS
SEE ALSO
the FS::Record manpage, the FS::agent_type manpage, the
FS::cust_main manpage, schema.html from the base documentation.