fixed quick problem

This commit is contained in:
seek3r 2001-02-05 19:39:01 +00:00
parent 9d4a297b28
commit 6f8e4c0b6c

View File

@ -30,15 +30,6 @@ class accounts_{
* These are the standard $this->account_id specific functions *
\**************************************************************************/
function read()
{
/**************************************************************************\
* Verify that $this->data has values, *
* if not execute $this->read_repository() *
* end by returning $this->data *
\**************************************************************************/
}
function update_data($data) {
/**************************************************************************\
* Set $this->data with the $data param that was sent *