From 7e6d731b1e1c5000ad0c65a4257f49dc28f841dc Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Fri, 27 Oct 2017 20:54:12 +0100 Subject: bf --- src/fextdata.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/fextdata.php') diff --git a/src/fextdata.php b/src/fextdata.php index 7f69432..9deb183 100644 --- a/src/fextdata.php +++ b/src/fextdata.php @@ -15,7 +15,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . //////////////////////////////////////////////////////////////////////////////// -// Last modified 24/oct/2017 by cassio@ime.usp.br function makeurlhttps($siteurl) { if(substr($siteurl,0,7) == 'http://') @@ -224,7 +223,7 @@ function scoretransfer($putname, $localsite, $timeo=5) { } else { if(strpos($s,'SCORE UPLOADED OK') !== false) { LOGError("scoretransfer: upload full OK"); - $logstr .= 'upload of full score to $siteurl OK\n'; + $logstr .= "upload of full score to $siteurl OK\n"; } else { LOGError("scoretransfer: upload full failed (" . $s . ")"); -- cgit v1.2.3