May 1st, 2011, 8:55 AM
Hi Crunchers,
Ah, interesting! So you modded your script to permit multiple administrator accounts, or the code just always retrieves the single one? I admit that I'm a little hesitant adding it right now, because there's a core function that does the same thing - with the one caveat that you'd have to know the admin ID (which is always 1 right now):
Do let me know if I misunderstood. I'm certainly not at all averse to adding in functionality that can help out everyone!
And yes - do let me know what you think of 2.1.0 alpha!
- Ben
Ah, interesting! So you modded your script to permit multiple administrator accounts, or the code just always retrieves the single one? I admit that I'm a little hesitant adding it right now, because there's a core function that does the same thing - with the one caveat that you'd have to know the admin ID (which is always 1 right now):
PHP Code:
$admin_info = ft_get_account_info(1);
echo $admin_info["email"];
Do let me know if I misunderstood. I'm certainly not at all averse to adding in functionality that can help out everyone!
And yes - do let me know what you think of 2.1.0 alpha!
- Ben