Ignore:
Timestamp:
01/28/10 17:46:06 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
Children:
ca129b
Parents:
eb09202
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (01/26/10 16:07:42)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (01/28/10 17:46:06)
Message:

[FIXED] Code review - Cesar's fixes

  • Some issues with locations and rooms;
  • None vs ;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/rh/contribMod.py

    reb09202 rf6f550  
    748748                params["sHour"] = "" 
    749749                params["sMinute"] = "" 
    750              
     750 
    751751            if params.has_key("duration"): 
    752752                params["durMins"] = params["duration"]; 
    753753            else: 
    754                 params["durMins"] = ""         
     754                params["durMins"] = "" 
    755755            self._target.setValues(params) 
    756756            self._target.setType(self._type) 
Note: See TracChangeset for help on using the changeset viewer.