php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10909 Oops! Fix above bug I wrote
Submitted: 2001-05-16 17:06 UTC Modified: 2001-05-16 17:08 UTC
From: jpmaster77 at hotmail dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.0.5 OS: WinME
Private report: No CVE-ID: None
 [2001-05-16 17:06 UTC] jpmaster77 at hotmail dot com
Oops!

in the code in the above bug report, i made a mistake:

Change 

if($id="view")

to 

if($id=="view")

Thats how the original code I ran looked like. Sorry for the error, I was typing fast.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-16 17:08 UTC] derick@php.net
Please do not open a bug report for the same 'bug' in the future. Just add your comments to the first one.

regards,
Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC