Changeset 862 for trunk/Application/UpdateTrace.php
- Timestamp:
- Jan 22, 2016, 4:49:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/UpdateTrace.php
r857 r862 2938 2938 } 2939 2939 2940 $Updates = array( 2940 class Updates 2941 { 2942 function Get() 2943 { 2944 return(array( 2941 2945 498 => array('Revision' => 506, 'Function' => 'UpdateTo506'), 2942 2946 506 => array('Revision' => 510, 'Function' => 'UpdateTo510'), … … 2970 2974 848 => array('Revision' => 849, 'Function' => 'UpdateTo849'), 2971 2975 849 => array('Revision' => 857, 'Function' => 'UpdateTo857'), 2972 ); 2976 )); 2977 } 2978 }
Note:
See TracChangeset
for help on using the changeset viewer.