Hi,

I'm new to Drupal, but I wanted to extend your module a bit. Just a quick question, what invokes the biblio_update_author_index() function? It doesn't seem to be invoked anywhere in the files. Is it an implementation of a hook?

Thanks.

Comments

rjerome’s picture

That's a bit of dead code. I was toying around with an author indexing system in the 5.x version a while back and that was a bit of test code.

I have completely reworked the author handling in the 6.x version and this bit of code is gone.

Just out of curiosity, in what way were you extending it?

Also, if your digging into the 5.x code, you should know that the 5.x version grew into an incredible albatross which I'm trying to rectify in the 6.x version. I completely restructured the code and rewritten large parts of it which is why the 6.x version is taking so long to get out the door...

Ron.

bekasu’s picture

Status: Active » Closed (fixed)

Marking issue closed.