tazwok diff web/log.php @ rev 490

tazwok, cook(): also set reverse-wanteds as broken when a package fails to compile (thanks godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Apr 07 21:09:09 2011 +0200 (2011-04-07)
parents d30774579470
children
line diff
     1.1 --- a/web/log.php	Thu Feb 10 15:36:26 2011 +0100
     1.2 +++ b/web/log.php	Thu Apr 07 21:09:09 2011 +0200
     1.3 @@ -18,6 +18,6 @@
     1.4  	}
     1.5  }
     1.6  else {
     1.7 -	echo "Strange things happens...";
     1.8 +	echo "Strange things happen...";
     1.9  }
    1.10  ?>