Subversion Repositories wimsdev

Rev

Rev 14335 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14335 Rev 14981
Line 438... Line 438...
438
  wims_module_log=Regpub $mode $oef_title
438
  wims_module_log=Regpub $mode $oef_title
439
!endif
439
!endif
440
 
440
 
441
:l4end
441
:l4end
442
!if $level=6
442
!if $level=6
443
  !if $wims_deposit!=$empty and .. notin $wims_deposit and / notin $wims_deposit
-
 
444
    !readproc adm/class/quotafree.proc proc
443
  !readproc adm/class/quotafree.proc proc
-
 
444
  !if $wims_deposit!=$empty and .. notin $wims_deposit and / notin $wims_deposit
445
    !if $quota_free<=1
445
    !if $quota_free>1
446
     quota=yes
-
 
447
    !else
-
 
448
     !sh cd $wims_home/$wims_sesdir\
446
      !sh cd $wims_home/$wims_sesdir\
449
      mkdir -p getfile/oefimg\
447
      mkdir -p getfile/oefimg\
450
      mv user-deposit getfile/oefimg/$wims_deposit\
448
      mv user-deposit getfile/oefimg/$wims_deposit\
451
      cp oefdeposit user-deposit 2>/dev/null
449
      cp oefdeposit user-deposit 2>/dev/null
452
    !endif
450
    !endif