From: Nick S. <ni...@te...> - 2003-04-21 21:12:01
|
hi all, the SPOPS relation manual reads the following: ${alias}_add( $id | $object | \@id_list | \@object_list ) - Adds links to the related objects in $object however, when i try to _add($object) an object this way (passing the reference) i get an error, because SPOPS doesn't dereference the object reference and doesn't call ->id(). when i do this myself _add( $object->id() ), everything works fine. is the manual wrong? cheers, nick __________________________________________ nick sutterer cb&h productions ni...@te... the computer helps us solving problems which we wouldn't have without it. |