X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fuser.php;h=8feac019ec73fb2411a79b6a7503c7848e8a071d;hp=0f67a68f9791ff9f7fc418421d46817dbc12494d;hb=4fc2c543112c4734b71272b1e4a1392406d63455;hpb=09515348107d9aab7823a12d31b082a2ebb75555 diff --git a/include/user.php b/include/user.php index 0f67a68..8feac01 100644 --- a/include/user.php +++ b/include/user.php @@ -212,14 +212,14 @@ if(myisset("forgot")) } if($r[4]=='pre') { - echo "\n p "; + echo "\n p "; } else if ($r[4]=='gameover') - echo "\n F "; + echo "\n F "; else { - echo "\n P "; + echo "\n P "; } if($r[4] != 'gameover') { @@ -233,12 +233,12 @@ if(myisset("forgot")) if(DB_get_reminder($r[3],$gameid)==0) if(time()-strtotime($r[2]) > 60*60*24*7) echo "". - "Send a reminder."; + "Send a reminder."; echo "(it's $name's turn)\n"; }; if(time()-strtotime($r[2]) > 60*60*24*30) echo "". - "Cancel?". + "Cancel?". " (clicking here is final and can't be restored)"; }