~ubuntu-branches/ubuntu/maverick/ilohamail/maverick

« back to all changes in this revision

Viewing changes to IlohaMail/source/contacts_popup.php

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2005-02-07 20:53:16 UTC
  • Revision ID: james.westby@ubuntu.com-20050207205316-483kt8csr6hj5obk
Tags: 0.8.14-0rc3
Bug fix: "ilohamail: PHP applications should never depend on
phpapi-12345", thanks to Adam Conrad (Closes: #294025).

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
                echo "contacts = new Array(";
140
140
                while( list($k1, $foobar) = each($contacts) ){
141
141
                        $a=$contacts[$k1];
 
142
                        if ($show_grp && $show_grp!=$a["grp"]) continue;
142
143
                        if ($a["email"]){
143
144
                                if ($num_c>0) echo ",\n";
144
145
                                $name=(!empty($a["name"])?"\"".$a["name"]."\" ":"\"".$a["email"]."\"");