diff --git a/html/ops/manage_app_versions.php b/html/ops/manage_app_versions.php index bac7094ab8..d8a5457f77 100644 --- a/html/ops/manage_app_versions.php +++ b/html/ops/manage_app_versions.php @@ -129,7 +129,7 @@ echo "
\n"; start_table("align='center'"); echo "ID # - Application + Application Version Platform Plan Class @@ -153,32 +153,32 @@ for($j=1;$j<=$Nrow;$j++){ } echo " "; - echo " $f1 $id $f2\n"; + echo " $f1 $id $f2\n"; $i=$item->appid; - echo " $f1 $app[$i] $f2\n"; + echo " $f1 $app[$i] $f2\n"; - echo " $f1 $item->version_num $f2\n"; + echo " $f1 $item->version_num $f2\n"; $i=$item->platformid; - echo " $f1 $platform[$i] $f2\n"; + echo " $f1 $platform[$i] $f2\n"; - echo " $f1 $item->plan_class $f2\n"; + echo " $f1 $item->plan_class $f2\n"; $field="min_core_version_".$id; $v=$item->min_core_version; - echo " + echo " \n"; $field="max_core_version_".$id; $v=$item->max_core_version; - echo " + echo " \n"; $field="deprecated_".$id; $v=''; if($item->deprecated) $v=' CHECKED '; - echo " + echo " \n"; echo " "; @@ -187,7 +187,7 @@ mysql_free_result($result); echo " - + "; diff --git a/html/user/sandbox.php b/html/user/sandbox.php index 6e1b8186f8..90b9ce69c0 100644 --- a/html/user/sandbox.php +++ b/html/user/sandbox.php @@ -117,7 +117,7 @@ function upload_file($user) { $notice = "Notice: Invalid Upload
"; $notice .= "You are trying to upload file $name
"; $notice .= "Another file $elf with the same content(md5: $md5) already exist!
"; - } else{ + } else { // move file to download dir // $phys_path = sandbox_physical_path($user, $md5); @@ -128,8 +128,7 @@ function upload_file($user) { $dir = sandbox_dir($user); $link_path = "$dir/$name"; sandbox_write_link_file($link_path, $size, $md5); - $notice = "Successfully uploaded file $name!
"; - } + $notice = "Successfully uploaded file $name!
"; } list_files($user, $notice); } diff --git a/sched/feeder.cpp b/sched/feeder.cpp index d89a26ed81..7fd746b3c2 100644 --- a/sched/feeder.cpp +++ b/sched/feeder.cpp @@ -435,7 +435,7 @@ static bool scan_work_array(vector &work_items) { int app_index; int nadditions=0, ncollisions=0; - for (i=0; i