Fix typo (thanks to Evgeniy Khramtsov)

This commit is contained in:
Badlop 2010-07-23 00:38:15 +02:00
parent c8033833f9
commit c8df607173
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ get_last_info(User, Server) ->
case get_mod_last_enabled(Server) of
mod_last -> mod_last:get_last_info(User, Server);
mod_last_odbc -> mod_last_odbc:get_last_info(User, Server);
mod_mod_last -> mod_last_required
no_mod_last -> mod_last_required
end.
%% @spec (Server) -> mod_last | mod_last_odbc | no_mod_last