minor bugs

This commit is contained in:
sparkyx 2006-04-20 16:50:21 +00:00
parent d1e09c9cf0
commit e723436a07
3 changed files with 417 additions and 281 deletions

686
Changelog

File diff suppressed because it is too large Load diff

View file

@ -16,6 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with PhpCompta; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* $Revision$
*/
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
@ -87,7 +88,7 @@ if ( isset ($_GET["action"]) ) {
<TABLE> <TR>
<form action="admin_repo.php?action=user_mgt" method="POST">
<TD><H3>Ajout d'utilisateur<H3></TD></TR>
<?
<? //'
echo '<TR><TD> First Name </TD><TD><INPUT TYPE="TEXT" NAME="FNAME"></TD>';
echo '<TD> Last Name </TD><TD><INPUT TYPE="TEXT" NAME="LNAME"></TD></TR>';
echo '<TR><TD> login </TD><TD><INPUT TYPE="TEXT" NAME="LOGIN"></TD>';

View file

@ -1,8 +1,9 @@
#!/bin/bash
# clean all phpcompta related DB.
dropdb -U phpcompta -h localhost dev_account_repository
dropdb -U phpcompta -h localhost dev_dossier1
dropdb -U phpcompta -h localhost dev_mod1
dropdb -U phpcompta -h localhost dev_mod2
dropdb -U phpcompta -h localhost account_repository
dropdb -U phpcompta -h localhost dossier1
dropdb -U phpcompta -h localhost dossier14
dropdb -U phpcompta -h localhost mod1
dropdb -U phpcompta -h localhost mod2