CVS commit by dkite: minor diff data fixes M +1 -0 enzyme_cvs.php 1.9 --- www/areas/cvs-digest/enzyme/enzyme_cvs.php #1.8:1.9 @@ -80,4 +80,5 @@ $diff["data1"] = `co -p$this->ver $this->repository/$this->file`; $diff["ver1"] = $this->ver; + // TODO: check if first version $ov = $this->previous_ver($this->ver); $diff["data2"] = `co -p$ov $this->repository/$this->file`;