- Timestamp:
- 03/26/07 16:50:25 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/include/clients_email_include.php
r204 r205 66 66 ?><option value="NA">----- user ------</option><?php 67 67 } 68 ?><option value="<?php echo $therecord["id"]?>" <?php if($therecord["id"]==$selected) echo "selected "?>><?php echo $therecord["name"]?></option><?php68 ?><option value="<?php echo $therecord["id"]?>" <?php if($therecord["id"]==$selected) echo "selected=\"selected\""?>><?php echo $therecord["name"]?></option><?php 69 69 }// end while 70 70 }//end if