navigation  interaction  search

 other resources

Changeset 418

Show
Ignore:
Timestamp:
06/25/08 16:39:43
Author:
nate
Message:
  • Fixed delete_prospects function, which was not removing all related records to the prospect as a result of a variable misspelling.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/phpbms/modules/bms/include/clients.php

    r385 r418  
    287287                        if(count($deleteIDs)){ 
    288288                         
    289                                 $a2rWhere = $this->buildWhereClause("recordid", $deleteIDS); 
     289                                $a2rWhere = $this->buildWhereClause("recordid", $deleteIDs); 
    290290 
    291291                                //First we get a list of all the addresses for the prospect 
     
    394394 
    395395                                //lastly we remove the prospect record 
    396                                 $delWhere = $this->buildWhereClause("clients.id", $deleteIDS); 
     396                                $delWhere = $this->buildWhereClause("clients.id", $deleteIDs); 
    397397 
    398398                                $deletestatement = " 
Copyright © 2006-2007 Kreotek, LLC. All Rights reserved.