forked from extern/egroupware
Comment out unneeded echo
This commit is contained in:
parent
e7417a850c
commit
a7ef1f4775
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user