phpBMS

Changeset 431 for trunk/phpbms/include

Show
Ignore:
Timestamp:
08/15/08 13:00:46 (4 years ago)
Author:
nate
Message:
  • Added support for a Sugar CRM accounts export files in the clients' import page.
  • Corrected html quoting (in particular its absence) in the imports' confirmation table.
  • Formating changes on general_import.php and the table specific import pages.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/include/imports.php

    r427 r431  
    6767                        }//end swtich 
    6868                 
    69                 }//end method --_parseFromFile--  
     69                }//end method --_parseFromFile-- 
    7070                 
    7171                 
     
    297297                                                        foreach($fieldsArray as $field => $junk){ 
    298298                                                                ?><td nowrap="nowrap"><?php 
    299                                                                 echo $record[$field]; 
     299                                                                echo formatVariable($record[$field]); 
    300300                                                                ?></td><?php 
    301301                                                        }//end foreach 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.