예제 #1
0
 /**
 * Moves the record down one position
 */
 function orderup()
 {
     CLMControllerRunden::order(-1);
 }