Changeset 728 for trunk/phpbms/include/relationships.php
- Timestamp:
- 01/07/10 12:45:17 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/include/relationships.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/include/relationships.php
r703 r728 102 102 */ 103 103 foreach($theids as $theid) 104 $_SESSION["passedjoinwhere"] .= " OR ".$therecord["fromtable"].".id = ". $theid;104 $_SESSION["passedjoinwhere"] .= " OR ".$therecord["fromtable"].".id = ".((int) $theid); 105 105 106 106 $_SESSION["passedjoinwhere"] = substr($_SESSION["passedjoinwhere"], 3);