|
From: Alexis S. <al...@su...> - 2002-02-19 16:11:30
|
I like it I like it !!! le mar 19-02-2002 =E0 17:08, mdw cvs a =E9crit : > MyDynaWeb CVS committal >=20 > Author : bligneri > Project : devel-mydynaweb > Module : modules >=20 > Dir : devel-mydynaweb/modules/std >=20 >=20 > Modified Files: > registration.class.php=20 >=20 >=20 > Log Message: > Juste some cut & paste correction. >=20 > To see the "effect" of the registration module, have a look at : > http://cyrus.physique.usherb.ca/~ben/dev/?t=3D118&aspect=3Dpage&action=3D= print&v=3D-4 >=20 > A+ >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /cvsroot/mydynaweb/devel-mydynaweb/modules/std/registration.cla= ss.php,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -3 -r1.3 -r1.4 > --- registration.class.php 19 Feb 2002 16:06:03 -0000 1.3 > +++ registration.class.php 19 Feb 2002 16:08:56 -0000 1.4 > @@ -3,7 +3,7 @@ > //! A class to manage the modules versions, upgrades, installation and > // deletion. > =20 > -// $Id: registration.class.php,v 1.3 2002/02/19 16:06:03 bligneri Exp $ > +// $Id: registration.class.php,v 1.4 2002/02/19 16:08:56 bligneri Exp $ > class registration extends module > { > /*! \private=20 > @@ -16,7 +16,7 @@ > "directory" =3D> "modules/std",=20 > "human_name" =3D>"Installation/update/removal of MDW > modules" )){ > - list(,$this->version,) =3D split(" ","$Revision: 1.3 $"); > + list(,$this->version,) =3D split(" ","$Revision: 1.4 $"); > $this->module_dir =3D $mod_info["directory"]; > $this->name =3D ( $mod_info["human_name"] ? $mod_info["human_name"] : g= et_class($this) ); > } > @@ -57,8 +57,8 @@ > $this->s->msg("Module $module : $key =3D> CREATE MODULE",3); > } > } > - > - $this->s->msg("Module $module : UPGRADE DONE$key =3D> CREATION",3); > + // When all is over, it's done ! > + $this->s->msg("Module $module : UPGRADE DONE",3); > } > =09 > else { >=20 >=20 >=20 > _______________________________________________ > Mydynaweb-cvs-commits mailing list > Myd...@li... > https://lists.sourceforge.net/lists/listinfo/mydynaweb-cvs-commits >=20 |