Project

General

Profile

« Previous | Next » 

Revision 2292

Added by sgarg almost 20 years ago

changed function parameters in accordance with changes in PermissionController

View differences:

Eml200SAXHandler.java
329 329
              //info about inline data object which user doesn't have read
330 330
              //permission the info come from xml_access table
331 331
              previousUnreadableInlineDataObjectHash = PermissionController.
332
                            getUnReadableInlineDataIdList(docid, user, groups);
332
                            getUnReadableInlineDataIdList(docid, user,
333
                                                          groups, true);
333 334

  
334 335
              //info about data object which user doesn't have write permission
335 336
              // the info come from xml_accesss table
336 337
              previousUnwritableInlineDataObjectHash = PermissionController.
337
                            getUnWritableInlineDataIdList(docid, user, groups);
338
                            getUnWritableInlineDataIdList(docid, user,
339
                                                          groups, true);
338 340

  
339 341
            }
340 342

  

Also available in: Unified diff