Reply to thread

[php]

    public function getAlertById($alertId)

    {

        return $this->_getDb()->fetchAll('


            SELECT *

            FROM xf_user_alert

            WERE alert_id = ?


        ', $alertId);

    }[/php]


were should be where


Back
Top Bottom