Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
interface/lib/classes/remoting.inc.php
@@ -181,7 +181,7 @@
      
      $sql = "DELETE FROM remote_session WHERE remote_session = '$session_id'";
      $app->db->query($sql);
        return ($app->db->affectedRows() == 1);
      return $app->db->affectedRows() == 1;
   }
   
@@ -503,6 +503,8 @@
      * @return   mixed   array of the available functions
    * @author   Julio Montoya <gugli100@gmail.com> BeezNest 2010
    */
    public function get_function_list($session_id) 
    {
        if(!$this->checkPerm($session_id, 'get_function_list')) {
@@ -513,4 +515,5 @@
    }
    
}
?>