Re: diff
Mathieu Legare <[email protected]> Fri, 23 Aug 2002 21:14:26 -0400
| Newsgroups | gmane.comp.horde.juno |
|---|---|
| Message-ID | <[email protected]> |
--EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, At Sat, Aug 24, 2002 at 12:52:07AM +0200, Jan Schneider wrote: > Zitat von Mathieu Legare <[email protected]>: > > > Jan: the manual diff trick does not work... :( > > Doh. But that's the way we create diffs for our tarballs. Strange. I'll check later on that... had juno/templates/register/foot.inc missing from the latest tarball here is is attach with this mail with a small diff file... Thanks and have a nice day, -- leg --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="foot.inc" </table> --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="juno.diff" Index: lib/Driver.php =================================================================== RCS file: /repository/juno/lib/Driver.php,v retrieving revision 1.1 diff -u -r1.1 Driver.php --- lib/Driver.php 23 Aug 2002 22:50:59 -0000 1.1 +++ lib/Driver.php 24 Aug 2002 01:13:11 -0000 @@ -112,7 +112,6 @@ $return_set = array(); foreach ($this->accounts as $account_id => $account) { if ($this->accounts[$account_id]['flags'] & $criteria) { -echo "|" . $account_id . "|<br>"; $return_set[$account_id] = $account; } } Index: lib/Driver/sql.php =================================================================== RCS file: /repository/juno/lib/Driver/sql.php,v retrieving revision 1.1 diff -u -r1.1 sql.php --- lib/Driver/sql.php 23 Aug 2002 22:51:00 -0000 1.1 +++ lib/Driver/sql.php 24 Aug 2002 01:13:11 -0000 @@ -167,7 +167,6 @@ { /* Build lists of the accounts that require pending database operations. */ $added_accounts = $this->listAccounts(ACCOUNT_ADDED); -echo "salut" . count($added_accounts) . "<br>"; $modified_accounts = $this->listAccounts(ACCOUNT_MODIFIED); $deleted_accounts = $this->listAccounts(ACCOUNT_DELETED); --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit -- Juno mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected] --EVF5PPMfhYS0aIcm--