Exemplo n.º 1
0
/**
 * Check for own id, migrate to this for calls checking for self.
 *
 * @return int
 */
function self_char_id()
{
    // Needs to respect logout, so don't cache as a static
    return get_logged_in_char_id();
}
Exemplo n.º 2
0
function self_ninja_id()
{
    return get_logged_in_char_id();
}