Changeset 414
- Timestamp:
- 06/19/08 10:42:15
- Files:
-
- trunk/phpbms/modules/bms/snapshot.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/phpbms/modules/bms/snapshot.php
r384 r414 82 82 $clientDisplay = $therecord["company"]; 83 83 84 $name = $therecord["lastname"].", ".$therecord[" lastname"];85 if($name = ", ")84 $name = $therecord["lastname"].", ".$therecord["firstname"]; 85 if($name == ", ") 86 86 $name = ""; 87 87