Completed
Push — 1.10.x ( 2b98e4...2d791d )
by Yannick
161:21 queued 116:16
created
main/inc/lib/pear/excelreader/OLERead.inc 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -23,6 +23,9 @@
 block discarded – undo
23 23
 //echo $data[ROOT_START_BLOCK_POS];
24 24
 //function log
25 25
 
26
+/**
27
+ * @param integer $pos
28
+ */
26 29
 function GetInt4d($data, $pos)
27 30
 {
28 31
 	$value = ord($data[$pos]) | (ord($data[$pos+1])	<< 8) | (ord($data[$pos+2]) << 16) | (ord($data[$pos+3]) << 24);
Please login to merge, or discard this patch.