|
chuck I have cheked the file again..here is the code> I think you are reffering to a different php file: I have even ran a search on the file there i s no intance of (E_ALL ^ E_NOTICE); .
Here is what on line 240 - 245:
while ( list($npid, $npbig, $npcat, $npuserid, $npapp, $npstore, $npheight, $npwidth) = mysql_fetch_array($rows) ) {
if ( is_image_private($npcat) == "no" ) {
$ref++;
$ids[$ref]= array( $npid, $npbig, $npcat, $npuserid, $npapp, $npstore, $npheight, $npwidth );
if ( $ids[$ref][0] == $photo ) {
$curr = $ref;
Last edited by kisii; December 26th, 2005 at 05:36 PM.
|