From: jollytoad Date: Wed, 16 Nov 2005 13:35:45 +0000 (+0000) Subject: Fixed logout link. X-Git-Tag: REL_4-1-BETA-1~116 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a75dec9038241e79a61cf7e0273117b0534bf040;p=phppgadmin.git Fixed logout link. --- diff --git a/classes/Misc.php b/classes/Misc.php index 83d64074..4253f370 100644 --- a/classes/Misc.php +++ b/classes/Misc.php @@ -2,7 +2,7 @@ /** * Class to hold various commonly used functions * - * $Id: Misc.php,v 1.115 2005/11/16 08:01:18 chriskl Exp $ + * $Id: Misc.php,v 1.116 2005/11/16 13:35:45 jollytoad Exp $ */ class Misc { @@ -896,7 +896,7 @@ echo "{$lang['strfind']} | "; - echo "{$lang['strlogout']}"; + echo "{$lang['strlogout']}"; echo ""; }