Show Owner of each Album?

saidiadude

Joined: 2004-07-30
Posts: 15
Posted: Mon, 2004-08-09 03:28

How do I show the owner of each album in view_album.php?
I tried the following code, but I get "admin" for every folder.

$username = $gallery->album->getOwner();
echo _("Owner:") . ' '. showOwner($username);

 
saidiadude

Joined: 2004-07-30
Posts: 15
Posted: Tue, 2004-08-10 04:06

Anyone?