===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-horde-mnemo-4.2.14/mnemo-4.2.14/bin/mnemo-convert-datatree-shares-to-sql-33-try {
php-horde-mnemo-4.2.14/mnemo-4.2.14/bin/mnemo-convert-datatree-shares-to-sql:34:    $shares_result = $db->selectAssoc('SELECT datatree_id, datatree_name FROM horde_datatree WHERE group_uid = ' . $db->quoteString('horde.shares.mnemo'));
php-horde-mnemo-4.2.14/mnemo-4.2.14/bin/mnemo-convert-datatree-shares-to-sql-35-} catch (Horde_Db_Exception $e) {
##############################################
php-horde-mnemo-4.2.14/mnemo-4.2.14/bin/mnemo-convert-datatree-shares-to-sql-126-        try {
php-horde-mnemo-4.2.14/mnemo-4.2.14/bin/mnemo-convert-datatree-shares-to-sql:127:            $db->delete('DELETE FROM horde_datatree_attributes WHERE datatree_id = ?',array($share_id));
php-horde-mnemo-4.2.14/mnemo-4.2.14/bin/mnemo-convert-datatree-shares-to-sql:128:            $db->delete('DELETE FROM horde_datatree WHERE datatree_id = ?', array($share_id));
php-horde-mnemo-4.2.14/mnemo-4.2.14/bin/mnemo-convert-datatree-shares-to-sql-129-        } catch (Horde_Db_Exception $e) {
##############################################
php-horde-mnemo-4.2.14/mnemo-4.2.14/lib/Driver/Sql.php-72-    {
php-horde-mnemo-4.2.14/mnemo-4.2.14/lib/Driver/Sql.php:73:        $query = sprintf('SELECT * FROM %s WHERE memo_owner = ?', $this->_table);
php-horde-mnemo-4.2.14/mnemo-4.2.14/lib/Driver/Sql.php-74-        $values = array($this->_notepad);
##############################################
php-horde-mnemo-4.2.14/mnemo-4.2.14/lib/Driver/Sql.php-285-
php-horde-mnemo-4.2.14/mnemo-4.2.14/lib/Driver/Sql.php:286:        $query = sprintf('DELETE FROM %s WHERE memo_owner = ?', $this->_table);
php-horde-mnemo-4.2.14/mnemo-4.2.14/lib/Driver/Sql.php-287-        try {