Ejemplo n.º 1
0
/**
 * Checks if user controlled block state
 *
 * Checks if the user has a state set for a current block
 * Sets the default state for that block if not present
 *
 * @deprecated
 * @see BlockUtil::checkUserBlock()
 *
 * @access private
 */
function pnCheckUserBlock($row)
{
    LogUtil::log(__f('Warning! Function %1$s is deprecated. Please use %2$s instead.', array(__FUNCTION__, 'BlockUtil::checkUserBlock()')), E_USER_DEPRECATED);
    return BlockUtil::checkUserBlock($row);
}