- Timestamp:
- 03/26/07 16:50:25 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/include/usersearches_edit_include.php
r204 r205 49 49 while($therecord=mysql_fetch_array($thequery)){ 50 50 echo " <option value=\"".$therecord["id"]."\""; 51 if($selectedid==$therecord["id"]) echo " selected ";51 if($selectedid==$therecord["id"]) echo " selected=\"selected\""; 52 52 echo ">".$therecord["displayname"]."</option>\n"; 53 53 }