diff options
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | src/fextdata.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index e1fbb60..fbac1f3 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Description: Virtual package that depends on BOCA Package: boca Architecture: amd64 -Depends: php-zip, debootstrap, schroot, quotatool, makepasswd, apache2, libapache2-mod-php, sharutils, wget, coreutils, php, php-cli, php-mcrypt, php-pgsql, php-gd, postgresql, postgresql-client, libany-uri-escape-perl +Depends: php-zip, debootstrap, schroot, quotatool, makepasswd, apache2, libapache2-mod-php, sharutils, wget, coreutils, php, php-cli, php-mcrypt, php-pgsql, php-gd, postgresql, postgresql-client, libany-uri-escape-perl, php-xml Description: BOCA is a software created to control a contest with the ACM ICPC rules. BOCA is a software created to control a contest with the ACM International Collegiate Programming Contest rules. It has been developed in PHP and the diff --git a/src/fextdata.php b/src/fextdata.php index cde38b3..b64bfeb 100644 --- a/src/fextdata.php +++ b/src/fextdata.php @@ -407,7 +407,7 @@ function getMainXML($contest,$timeo=5,$upd=false) { function importFromXML($ar,$contest,$site,$tomain=false,$uptime=0) { LOGInfo("importFromXML: contest $contest site $site tomain $tomain"); - $logstr .= ''; + $logstr = ''; if($tomain) $serv='Main'; else $serv='Local'; $data = implode("",explode("\n",$ar)); $parser = xml_parser_create(''); |