Chris M
06-01-2002, 09:03 AM
What does :
Warning: Missing argument 7 for makechoosercode() in /localhost/forums/admin/adminfunctions.php on line 312
Mean?
And how do I correct it?
Here is the php around the line 312 :
echo "</select>\n</p></td>\n</tr>\n";
}
// ###################### Start makeforumchoosercode #######################
function makeforumchoosercode ($title,$name,$selvalue=-1,$extra="") {
// returns a combo box containing a list of titles in the forum table, except for "My BB" (-1).
// allows specification of selected value in $selvalue
global $DB_site;
Satan
Warning: Missing argument 7 for makechoosercode() in /localhost/forums/admin/adminfunctions.php on line 312
Mean?
And how do I correct it?
Here is the php around the line 312 :
echo "</select>\n</p></td>\n</tr>\n";
}
// ###################### Start makeforumchoosercode #######################
function makeforumchoosercode ($title,$name,$selvalue=-1,$extra="") {
// returns a combo box containing a list of titles in the forum table, except for "My BB" (-1).
// allows specification of selected value in $selvalue
global $DB_site;
Satan