As soon as I installed 7.x module, I tried to enable but got an incompatible message, since .info file was still saying 6.x.
Another thing, I got these issues after enabled module, added $output.
So attached is the patch which contains these modifications.

Thanks.

Comments

nmudgal’s picture

StatusFileSize
new1.92 KB

Another issue was you were using id in user_load which was already discouraged in d6 but still used to work. Due to which it was causing a warning

Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load()  in entity.inc

So here is the updated patch.

Thanks

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Looks fine

sanduhrs’s picture

Status: Reviewed & tested by the community » Fixed

Commited. Thanks.

nmudgal’s picture

Status: Fixed » Closed (fixed)

cool thanks.