[juno] diff

Mathieu Legare legare@uqtr.ca
Fri, 23 Aug 2002 21:14:26 -0400


---------------------- multipart/mixed attachment
Hi,

At Sat, Aug 24, 2002 at 12:52:07AM +0200, Jan Schneider wrote:
> Zitat von Mathieu Legare <legare@uqtr.ca>:
> 
> > 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

---------------------- multipart/mixed attachment
</table>

---------------------- multipart/mixed attachment
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);
 

---------------------- multipart/mixed attachment--