forked from science-ation/science-ation
- A few simple fixes to make it work in default mode
This commit is contained in:
parent
a9ca1718d1
commit
9fbb3feb3b
@ -45,7 +45,7 @@ $fields = array( 'id' => i18n('Judge ID'),
|
|||||||
'province' => i18n("Province"),
|
'province' => i18n("Province"),
|
||||||
'postalcode' => i18n("Postal Code"),
|
'postalcode' => i18n("Postal Code"),
|
||||||
'questions' => i18n("Judging Questions Responses"),
|
'questions' => i18n("Judging Questions Responses"),
|
||||||
'expertise_other' => i18n("Expertise Other"));
|
'expertise_other' => i18n("Expertise Other")
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
@ -196,8 +196,7 @@ while($r=mysql_fetch_object($q))
|
|||||||
//somethings messed up, we're missing data or have too much, so we really cant draw any conclusions from the data we have
|
//somethings messed up, we're missing data or have too much, so we really cant draw any conclusions from the data we have
|
||||||
//so instead, we will simply blank these out to 0
|
//so instead, we will simply blank these out to 0
|
||||||
for($x=0;$x<$numcats;$x++)
|
for($x=0;$x<$numcats;$x++)
|
||||||
$catdat $this->txtdata.=$this->str_seperator;
|
$catdata[]=0;
|
||||||
a[]=0;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user