mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 13:18:06 +00:00 
			
		
		
		
	fix php warning
$iRev is probably not needed anymore, but kept for now
This commit is contained in:
		
							parent
							
								
									38f2759c5f
								
							
						
					
					
						commit
						ee88f44693
					
				|  | @ -143,12 +143,12 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Bootstrap_Style { | |||
| 						$docIdx[$res["id"]][$res["version"]] = $res; | ||||
| 					} | ||||
| 
 | ||||
| 					$iRev = array(); | ||||
| 					// List the documents where a review has been requested.
 | ||||
| 					if($workflowmode == 'traditional') { | ||||
| 						$this->contentHeading(getMLText("documents_to_review")); | ||||
| 						$this->contentContainerStart(); | ||||
| 						$printheader=true; | ||||
| 						$iRev = array(); | ||||
| 						$dList = array(); | ||||
| 						foreach ($reviewStatus["indstatus"] as $st) { | ||||
| 						 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann