Connecting Tech Pros Worldwide Help | Site Map

bug (maybe) report

Raistlin Majere
Guest
 
Posts: n/a
#1: Mar 25 '08
echo $mode;

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

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

This code is echoing:

rate
no letter, no number, nothing
<a href="/CakePHP/toreadandtowrite/articles/result/rate/
2">Government</
a12<br><br>
Jerry Stuckle
Guest
 
Posts: n/a
#2: Mar 25 '08

re: bug (maybe) report


Raistlin Majere wrote:
Quote:
echo $mode;
>
if ($session->check('Account') && $mode != "rate" && !
empty($all[$temporary_account_id]['articles']['mark']) &&
$all[$temporary_account_id]['articles']['mark'])
{
echo $mode;
>
echo '<b><a href="'.$articlesurl.'result/rate/'.$temporary_id.'">'.
$subject.'</a></b[<a href="'.$articlesurl.'modify/'.
$temporary_id.'/'.$account_id.'">Modify</a>] [<a href="'.
$articlesurl.'delete/'.$temporary_id.'/'.$account_id.'">Delete</a>] '.
$points.'<br><br>';
>
This code is echoing:
>
rate
no letter, no number, nothing
<a href="/CakePHP/toreadandtowrite/articles/result/rate/
2">Government</
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@attglobal.net
==================

Raistlin Majere
Guest
 
Posts: n/a
#3: Mar 25 '08

re: bug (maybe) report


nevermind

On 24 mar, 23:54, Raistlin Majere <pedbe...@gmail.comwrote:
Quote:
echo $mode;
>
if ($session->check('Account') && $mode != "rate" && !
empty($all[$temporary_account_id]['articles']['mark']) &&
$all[$temporary_account_id]['articles']['mark'])
{
echo $mode;
>
echo '<b><a href="'.$articlesurl.'result/rate/'.$temporary_id.'">'.
$subject.'</a></b[<a href="'.$articlesurl.'modify/'.
$temporary_id.'/'.$account_id.'">Modify</a>] [<a href="'.
$articlesurl.'delete/'.$temporary_id.'/'.$account_id.'">Delete</a>] '.
$points.'<br><br>';
>
This code is echoing:
>
rate
no letter, no number, nothing
<a href="/CakePHP/toreadandtowrite/articles/result/rate/
2">Government</
a12<br><br>
Closed Thread