instead of the actual private data. This is now working as expected.
(EJAB-165)
SVN Revision: 699
+2006-12-21 Mickael Remond <mickael.remond@process-one.net>
+
+ * src/mod_private_odbc: Bugfix: an internal error was returned
+ instead of the actual private data. This is now working as expected.
+
2006-12-21 Alexey Shchepin <alexey@sevcom.net>
* src/ejd2odbc.erl: Bugfix
%% MREMOND: I wonder when the query could return a vcard ?
{selected, ["vcard"], []} ->
get_data(LUser, LServer, Els,
- [El | Res])
+ [El | Res]);
+ _ ->
+ get_data(LUser, LServer, Els,[El | Res])
end;
_ ->
get_data(LUser, LServer, Els, Res)