PHP bug in actionItem.php Line 88

Known bugs reported by PacsOne users
Post Reply
Erik Traasdahl
PHP bug in actionItem.php Line 88

Post by Erik Traasdahl » Mon Jan 12, 2004 12:31 am

Hello,

I think there is a bug in actionItem.php Line 88 (Delete procedures)
It reads :
$result = mysql_query("select studyuid from series where uid='$seriesuid';");

I think it should read :
$result = mysql_query("select studyuid from series where uid='$seriesid';");

her is an "u" too much in '$seriesuid'

This fix worked fine for me :-)

Erik

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Mon Jan 12, 2004 3:06 pm

Good catch! It'll be fixed in the next release.

Guest

Post by Guest » Wed Jan 14, 2004 2:33 pm

You can download the fix in the latest PHP.ZIP package, or wait for the next release.

Post Reply