|
-
May 25th, 2002, 02:37 AM
#1
annother anti-points thought...
currently, when you assign points to a post, if you make a mistake you cant correct it(it says something like "you have already submitted anti-points for this post"). now, i know i have made mistakes a few times, and would like to be able to correct them. wouldnt it be pretty easy to make it so you could change your assignment...just a few lines of code like:
if(antipointsassigned < 0 && newassignment > 0)
assignpoints(newassignment);
else if(antipointsassigned > 0 && newassignment < 0)
assignpoints(newassignment);
obviously this is just a rough outline of what would be done, but you get the idea.
- 8-
There are 10 types of people in this world: those who understand binary, and those who dont.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|