Connecting Tech Pros Worldwide Help | Site Map

bug (maybe) report

  #1  
Old March 25th, 2008, 03:55 AM
Raistlin Majere
Guest
 
Posts: n/a
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>
  #2  
Old March 25th, 2008, 04:05 AM
Jerry Stuckle
Guest
 
Posts: n/a

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
==================

  #3  
Old March 25th, 2008, 05:55 AM
Raistlin Majere
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
webbrowser module bug? Ron Adam answers 14 May 26th, 2007 04:45 PM
[BUG] IMO, but no opinions? Uncle Tim? was: int(float(sys.maxint)) buglet ? Bengt Richter answers 6 July 18th, 2005 07:29 PM
os.listdir() bug in WinXp. Calling with empty string Hannu Kankaanp?? answers 8 July 18th, 2005 04:17 AM
Bug? If not, how to work around it? Gonçalo Rodrigues answers 16 July 18th, 2005 02:23 AM