Ignore:
Timestamp:
30 Nov 2014, 21:00:30 (10 years ago)
Author:
Henrik Bettermann
Message:

Renaming batch 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/app.py

    r12097 r12098  
    4343    _curr_doc_id = 101
    4444
    45     _curr_app_id = 101
     45    _curr_con_id = 101
    4646
    4747    # Setup authentication for this app. Note: this is only
     
    8787        """
    8888        # lock.acquire() # lock data
    89         new_id = u'a%s' % (self._curr_app_id)
    90         self._curr_app_id += 1
     89        new_id = u'c%s' % (self._curr_con_id)
     90        self._curr_con_id += 1
    9191        # self._p_changed = True
    9292        # commit()
Note: See TracChangeset for help on using the changeset viewer.