Fixed typo.

This commit is contained in:
Chris 2012-09-27 16:41:59 +01:00
parent 3aed79a25d
commit 24400b683e

View File

@ -73,7 +73,7 @@ sub use_transport {
FROM `".$self -> {"settings"} -> {"database"} -> {"message_userctrl"}."` FROM `".$self -> {"settings"} -> {"database"} -> {"message_userctrl"}."`
WHERE transport_id = ? WHERE transport_id = ?
AND user_id = ?"); AND user_id = ?");
$enableh -> execute($self -> {"trasport_id"}, $userid) $enableh -> execute($self -> {"transport_id"}, $userid)
or return $self -> self_error("Unable to execute user transport control lookup: ".$self -> {"dbh"} -> errstr); or return $self -> self_error("Unable to execute user transport control lookup: ".$self -> {"dbh"} -> errstr);
# If there's no entry for this user for this transport, assume the user should get messages # If there's no entry for this user for this transport, assume the user should get messages