Changeset 278

Show
Ignore:
Timestamp:
Tue Feb 6 19:01:35 2007
Author:
Alexander
Message:

server: added stub for web_commit_changes

Files:

Legend:

Unmodified
Added
Removed
Modified
  • server/trunk/update/server/ganttpv_update_server.py

    r222 r278  
    334 334     return updates[last:], len(updates), nextids  
    335 335  
      336 def web_commit_changes(parms, changes):  
      337     """ Do changes by report row by column, rather than by database fields """  
      338     pass  
      339  
    336 340 def commit_changes(parms, changes):  
    337 341     if debug: print "Start commit changes"