Posted by Peter on 21:56:00 05-30-2001
whatever project I click, I get the following coder list:
robost86 fabs CoolerQ sebi Peter HeavyJ jgrant
that's a major thing! well, the coders number is correct but the coder list isn't! I checked the database and it appears that every project has the same coders in the field... now how did that happen? I can't check the code today, as I'm tired as hell .
But let's work it out. Most projects only have 1 coder anyway so it won't be a too big work to replace the coder names. Btw, this coderlist is from BozOS, as you may have noticed. That was our SECOND project, so that means we have always had the bug (a lack of WHERE statement) in the file...
c u later!
P
[addsig]
Posted by Peter on 22:02:00 05-30-2001
I checked code, couldn't stand not to.
Strange. og code:
$result= mysql_query("UPDATE projects SET peeps='$string', totalpeeps='$num' WHERE ID='$check'");
now, that should be correct???
can we say
$result= mysql_query("UPDATE projects SET peeps='$string' WHERE ID="'$check', totalpeeps='$num' WHERE ID='$check'");
and that'd make it? I won't alter for now.
see ya
[addsig]
Posted by fabs on 08:28:00 06-02-2001
alright, I made the change as discussed. The projects-page is now nolonger any complex but it serves it's purpose: Show what projects are currently running.
We might wanna get a cooler version of this up some time but anyway, at least not buggy anymore. Just don't look at the code because now it is really a "fuckin hedgehock"
fabs