Changes between Initial Version and Version 1 of Ticket #10812, comment 8


Ignore:
Timestamp:
Feb 1, 2016, 4:01:05 PM (8 years ago)
Author:
Cinc-th
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10812, comment 8

    initial v1  
    2222
    2323{{{#!python
     24 db.get_last_id(cursor, 'CodeReviews', 'IDReview')
     25}}}
     26Should be fixed with [15192] by changing to:
     27{{{#!python
    2428 db.get_last_id(cursor, 'peer_review', 'review_id')
    2529}}}
    26 Should be fixed with [15192]. The double quotes are added by the database backend.
    2730
    28 If problem persists open a new ticket.
     31
     32The double quotes are added by the database backend.
     33
     34If the problem persists open a new ticket.