Menu

#213 base_qry_alert.php encoded reference section

BASE
closed-accepted
nobody
Interface (166)
5
2010-06-17
2009-06-08
Anonymous
No

Hello,
base_qry_alert.php uses htmlspeciachars() function to encode the entire reference section, resulting plain text output as opposed to 'clickable' links. The attached patch removes the function reference.

elazar

Discussion

  • Nobody/Anonymous

     
  • Nobody/Anonymous

    diff -u base_qry_alert.php.old base_qry_al
    ert.php
    --- base_qry_alert.php.old 2009-05-30 22:06:09.000000000 -0400
    +++ base_qry_alert.php 2009-06-12 11:34:24.000000000 -0400
    @@ -272,7 +272,7 @@
    <TD CLASS="plfieldhdr">'._QATRIGGERSIG.'</TD></TR>
    <TR><TD CLASS="plfield">'.($sid." - ".$cid).'</TD>
    <TD CLASS="plfield">'.htmlspecialchars($myrow2[1]).'</T
    D>
    - <TD CLASS="plfield">'.htmlspecialchars(GetTagTriger(Bui
    ldSigByID($myrow2[0], $db), $db, $sid, $cid)).'</TD></TR>
    + <TD CLASS="plfield">'.GetTagTriger(BuildSigByID($myrow2
    [0], $db), $db, $sid, $cid).'</TD></TR>
    </TABLE>
    </TD>
    </TR>';

     
  • Juergen Leising

    Juergen Leising - 2009-07-28

    Hello,

    fixed in CVS.

    The CVS version of BASE can be retrieved as explained here:

    https://sourceforge.net/scm/?type=cvs&group_id=103348

    Thank you very much for reporting and for your patch.

    Bye, bye

    Juergen

     
  • Will Urbanski

    Will Urbanski - 2010-06-17
    • status: open --> closed-accepted
     
  • Will Urbanski

    Will Urbanski - 2010-06-17

    Fixed in CVS in 2009.