[phpwebapp-commits] CVS: top10/templates/admin/users users.js,1.1.2.5,1.1.2.6
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-01-17 10:21:33
|
Update of /cvsroot/phpwebapp/top10/templates/admin/users In directory sc8-pr-cvs1:/tmp/cvs-serv10889/templates/admin/users Modified Files: Tag: maisp users.js Log Message: Index: users.js =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/admin/users/Attic/users.js,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -d -r1.1.2.5 -r1.1.2.6 *** users.js 17 Jan 2004 10:17:17 -0000 1.1.2.5 --- users.js 17 Jan 2004 10:21:27 -0000 1.1.2.6 *************** *** 38,42 **** } ! function saveuser(username) { SendEvent("users", "deluser", "username="+username); --- 38,42 ---- } ! function deluser(username) { SendEvent("users", "deluser", "username="+username); |