diff --git a/admin/award_download.php b/admin/award_download.php
index 9be7fde0..4ba835a0 100644
--- a/admin/award_download.php
+++ b/admin/award_download.php
@@ -44,7 +44,7 @@
echo i18n("Checking %1 for awards...",array($fair['name']));
echo "
";
- if($fair['type'] == 'ysf') {
+ if($fair['type'] == 'ysc') {
$req=array("awardrequest"=>array(
"username"=>$r->username,
"password"=>$r->password,
diff --git a/admin/curl.inc.php b/admin/curl.inc.php
index 403fdbf4..c9c42af5 100644
--- a/admin/curl.inc.php
+++ b/admin/curl.inc.php
@@ -28,7 +28,7 @@
require_once('xml.inc.php');
- function curl_query($fair, $data, $ysf_url='')
+ function curl_query($fair, $data, $ysc_url='')
{
global $output;
switch($fair['type']) {
@@ -40,11 +40,11 @@
'password' => $fair['password']);
$str = json_encode(array_merge($d, $data));
break;
- case 'ysf':
- if($ysf_url == '')
+ case 'ysc':
+ if($ysc_url == '')
$url = $fair['url'];
else
- $url = $ysf_url;
+ $url = $ysc_url;
$var = 'xml';
$output="";
xmlCreateRecurse($data);
@@ -73,7 +73,7 @@
case 'sfiab':
$ret=json_decode(urldecode($datastream), true);
break;
- case 'ysf':
+ case 'ysc':
$datastream = str_replace(" standalone=\"yes\"","",$datastream);
/* Return is plaintext, make a return array */
$ret['error'] = 0;
diff --git a/admin/fair_stats.php b/admin/fair_stats.php
index 38d867b4..18e1ef8e 100644
--- a/admin/fair_stats.php
+++ b/admin/fair_stats.php
@@ -29,9 +29,9 @@
require_once('stats.inc.php');
require_once('curl.inc.php');
- function stats_to_ysf($fair, $stats)
+ function stats_to_ysc($fair, $stats)
{
- if($fair['type'] == 'ysf') {
+ if($fair['type'] == 'ysc') {
/* Map data into YSF tags */
$y=array();
$y["numschoolstotal"]=$stats['schools_total'];
@@ -95,8 +95,8 @@
$stats[$k] = $_POST[$k];
}
$stats['year'] = $year;
- if($fair['type'] == 'ysf') {
- $st = stats_to_ysf($fair, $stats);
+ if($fair['type'] == 'ysc') {
+ $st = stats_to_ysc($fair, $stats);
$req = array('affiliation' => array(
"ysf_region_id"=>$fair['username'],
"ysf_region_password"=>$fair['password'],
@@ -126,7 +126,7 @@
echo "