[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Omaha.pm] Using ||




On Mar 27, 2006, at 6:12 AM, Jay Hannah wrote:

$o_RS->determine_room_type($req_room_type) ||
$o_RS->determine_room_type();

I vote for option 4... :)

$o_RS->determine_room_type($req_room_type)
    || $o_RS->determine_room_type();

Jeff Bisbee / jbisbee@gmail.com / jbisbee.com