Log Message: ----------- Fix title. Modified Files: -------------- www/pgadmin3: support.php (r1.4 -> r1.5)
Index: support.php =================================================================== RCS file: /projects/www/pgadmin3/support.php,v retrieving revision 1.4 retrieving revision 1.5 diff -Lpgadmin3/support.php -Lpgadmin3/support.php -u -w -r1.4 -r1.5 --- pgadmin3/support.php +++ pgadmin3/support.php @@ -5,7 +5,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang='<?php echo $_SESSION['pgadmin']['locale']?>' xml:lang='<?php echo $_SESSION['pgadmin']['locale']?>'> <head> <?php require_once "tpl/head.php"; ?> - <title>pgAdmin screenshots</title> + <title>pgAdmin support</title> </head> <body>
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match