bug (maybe) report

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Raistlin Majere

    bug (maybe) report

    echo $mode;

    if ($session->check('Account ') && $mode != "rate" && !
    empty($all[$temporary_acco unt_id]['articles']['mark']) &&
    $all[$temporary_acco unt_id]['articles']['mark'])
    {
    echo $mode;

    echo '<b><a href="'.$articl esurl.'result/rate/'.$temporary_id .'">'.
    $subject.'</a></b[<a href="'.$articl esurl.'modify/'.
    $temporary_id.'/'.$account_id.' ">Modify</a>] [<a href="'.
    $articlesurl.'d elete/'.$temporary_id .'/'.$account_id.' ">Delete</a>] '.
    $points.'<br><b r>';

    This code is echoing:

    rate
    no letter, no number, nothing
    <a href="/CakePHP/toreadandtowrit e/articles/result/rate/
    2">Governmen t</
    a12<br><br>
  • Jerry Stuckle

    #2
    Re: bug (maybe) report

    Raistlin Majere wrote:
    echo $mode;
    >
    if ($session->check('Account ') && $mode != "rate" && !
    empty($all[$temporary_acco unt_id]['articles']['mark']) &&
    $all[$temporary_acco unt_id]['articles']['mark'])
    {
    echo $mode;
    >
    echo '<b><a href="'.$articl esurl.'result/rate/'.$temporary_id .'">'.
    $subject.'</a></b[<a href="'.$articl esurl.'modify/'.
    $temporary_id.'/'.$account_id.' ">Modify</a>] [<a href="'.
    $articlesurl.'d elete/'.$temporary_id .'/'.$account_id.' ">Delete</a>] '.
    $points.'<br><b r>';
    >
    This code is echoing:
    >
    rate
    no letter, no number, nothing
    <a href="/CakePHP/toreadandtowrit e/articles/result/rate/
    2">Governmen t</
    a12<br><br>
    >
    You'll have better luck asking in the CakePHP support forums. I doubt
    many (if any) here know much about its operation.

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    • Raistlin Majere

      #3
      Re: bug (maybe) report

      nevermind

      On 24 mar, 23:54, Raistlin Majere <pedbe...@gmail .comwrote:
      echo $mode;
      >
      if ($session->check('Account ') && $mode != "rate" && !
      empty($all[$temporary_acco unt_id]['articles']['mark']) &&
      $all[$temporary_acco unt_id]['articles']['mark'])
      {
      echo $mode;
      >
      echo '<b><a href="'.$articl esurl.'result/rate/'.$temporary_id .'">'.
      $subject.'</a></b[<a href="'.$articl esurl.'modify/'.
      $temporary_id.'/'.$account_id.' ">Modify</a>] [<a href="'.
      $articlesurl.'d elete/'.$temporary_id .'/'.$account_id.' ">Delete</a>] '.
      $points.'<br><b r>';
      >
      This code is echoing:
      >
      rate
      no letter, no number, nothing
      <a href="/CakePHP/toreadandtowrit e/articles/result/rate/
      2">Governmen t</
      a12<br><br>

      Comment

      Working...