/* for each record in the admin area, create an array of these defined vars */ //DO NOT ENTER YOUR VALUES HERE; ENTER THEM BELOW // define('INCL_TABLE','junk'); //define constant with junk value define('WHERE','junk'); //define constant with junk value /* enter INCL_TABLE, the table w/ joins for each type as used on the "includemodifydelete" page "adminarealogin inner join adminarea on adminarealogin.adminareaID = adminarea.adminareaID" */ ${INCL_TABLE} = serialize(array( "wwdadminautho", "wwdcontact" )); //DO NOT EDIT THIS LINE // $incltablesAR = unserialize(${INCL_TABLE}); /* enter WHERE, an abbreviation of the record used in the admin area */ ${WHERE} = serialize(array( "username <> 'jennywwd'", "" )); //"sortdate>=".date("Ymd") //DO NOT EDIT THIS LINE // $whereAR = unserialize(${WHERE});