From 280c5dae55eb4e179365869e816414c516007ac8 Mon Sep 17 00:00:00 2001 From: abijah Date: Mon, 6 Jul 2009 16:59:13 +0000 Subject: [PATCH] Fixed comment block git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629/site@229 97e9348a-65ac-dc4b-aefc-98561f571b83 --- models/customer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/customer.php b/models/customer.php index 02c0ac7..3761c49 100644 --- a/models/customer.php +++ b/models/customer.php @@ -189,8 +189,8 @@ class Customer extends AppModel { /************************************************************************** ************************************************************************** ************************************************************************** - * function: stats - * - Returns summary data from the requested customer. + * function: saveCustomer + * - Saves the customer and related data */ function saveCustomer($id, $data, $primary_contact_entry) {