FYI, if you leave the textbox empty and only change the bug type,
there won't be any emails sent to anyone. So if you want to just
reclassify, only change the bug type. I changed it because I didn't
want to spam the php-dev list all the time when just reorganizing reports.

--Jani


On 6 Mar 2001 [EMAIL PROTECTED] wrote:

>ID: 9539
>Updated by: stas
>Reported By: [EMAIL PROTECTED]
>Status: Feedback
>Old-Bug Type: Scripting Engine problem
>Bug Type: Variables related
>Assigned To:
>Comments:
>
>reclassify
>
>Previous Comments:
>---------------------------------------------------------------------------
>
>[2001-03-03 17:17:43] [EMAIL PROTECTED]
>Please try the latest CVS snapshot from http://snaps.php.net/ as I think
>this is already fixed.
>
>--Jani
>
>
>---------------------------------------------------------------------------
>
>[2001-03-03 15:51:28] [EMAIL PROTECTED]
>$sql = "select * from organization order by
>regionalrequirement,organizationname";
>$result = mysql_query($sql);
>
>
>while ($row=mysql_fetch_array($result))
>{
>
>
>// $organizationnameinchinese="";
>// if this line was not included .. the value
>// $organizationnameinchinese would not get the new value
>extract ($row,EXTR_OVERWRITE);
>
>
>echo "The school listed are
>
>
><A href=vieworganization.php?orgid=$id>$organizationname
></a>
>
>$organizationnameinchinese<BR><BR>";
>}
>
>---------------------------------------------------------------------------
>
>
>
>ATTENTION! Do NOT reply to this email!
>To reply, use the web interface found at http://bugs.php.net/?id=9539&edit=2
>
>
>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to