Comment out unneeded echo

This commit is contained in:
Miles Lott 2001-03-20 16:35:02 +00:00
parent e7417a850c
commit a7ef1f4775
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
global $phpgw,$phpgw_info; global $phpgw,$phpgw_info;
$contacts = CreateObject("phpgwapi.contacts"); $contacts = CreateObject("phpgwapi.contacts");
echo '<br>'; //echo '<br>';
for ($i=1;$i<=count($buffer);$i++) { for ($i=1;$i<=count($buffer);$i++) {
while ( list($name,$value) = @each($buffer[$i]) ) { while ( list($name,$value) = @each($buffer[$i]) ) {
//echo '<br>'.$i.': '.$name.' => '.$value; //echo '<br>'.$i.': '.$name.' => '.$value;

View File

@ -124,7 +124,7 @@
global $phpgw,$phpgw_info; global $phpgw,$phpgw_info;
$contacts = CreateObject("phpgwapi.contacts"); $contacts = CreateObject("phpgwapi.contacts");
echo '<br>'; //echo '<br>';
for ($i=1;$i<=count($buffer);$i++) { for ($i=1;$i<=count($buffer);$i++) {
while ( list($name,$value) = @each($buffer[$i]) ) { while ( list($name,$value) = @each($buffer[$i]) ) {
//echo '<br>'.$i.': '.$name.' => '.$value; //echo '<br>'.$i.': '.$name.' => '.$value;