vrana Wed Apr 20 10:04:31 2005 EDT
Modified files: /phpdoc/en/reference/pgsql/functions pg-tty.xml Log: Remove \r http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-tty.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/pgsql/functions/pg-tty.xml diff -u phpdoc/en/reference/pgsql/functions/pg-tty.xml:1.5 phpdoc/en/reference/pgsql/functions/pg-tty.xml:1.6 --- phpdoc/en/reference/pgsql/functions/pg-tty.xml:1.5 Fri Apr 15 04:40:12 2005 +++ phpdoc/en/reference/pgsql/functions/pg-tty.xml Wed Apr 20 10:04:30 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.82 --> <refentry id="function.pg-tty"> <refnamediv> @@ -63,15 +63,15 @@ <title><function>pg_tty</function> example</title> <programlisting role="php"> <![CDATA[ -<?php -$pgsql_conn = pg_connect("dbname=mark host=localhost"); - -if ($pgsql_conn) { - print "Server debug TTY is: " . pg_tty($pgsql_conn) . "<br/>\n"; -} else { - print pg_last_error($pgsql_conn); - exit; -} +<?php +$pgsql_conn = pg_connect("dbname=mark host=localhost"); + +if ($pgsql_conn) { + print "Server debug TTY is: " . pg_tty($pgsql_conn) . "<br/>\n"; +} else { + print pg_last_error($pgsql_conn); + exit; +} ?> ]]> </programlisting>