phpBMS

Show
Ignore:
Timestamp:
01/03/10 22:12:29 (2 years ago)
Author:
brieb
Message:
  • fixed meta key for search screens for select-adding records (now mac compatible)
  • tweaked clients consolidation queries
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/clients_consolidate.php

    r706 r707  
    250250        $pageTitle = "Consolidate Clients and Prospects"; 
    251251        $phpbms->cssIncludes[] = "pages/bms/consolidateclients.css"; 
     252 
     253        $statusmessage = count($changeArray)." record(s) consolidated successfully"; 
     254 
    252255        include("header.php"); 
    253  
    254         $statusmessage = count($changeArray)." record(s) consolidated successfully"; 
    255256 
    256257        ?> 
     
    298299    if(!isset($_POST["consolidateTo"]) || !isset($_POST["uuidsArray"])) 
    299300        $error = new appError(200, "passed parameters are not set"); 
    300          
     301 
    301302    $consolidator->consolidate($_POST["consolidateTo"], $_POST["uuidsArray"]); 
    302303 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.