From: Ariel G. <ag...@us...> - 2001-11-28 19:57:47
|
Update of /cvsroot/vagrant/vagrant-2.5 In directory usw-pr-cvs1:/tmp/cvs-serv28531 Modified Files: Graph.class Log Message: forgot to close comment Index: Graph.class =================================================================== RCS file: /cvsroot/vagrant/vagrant-2.5/Graph.class,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Graph.class 2001/11/28 19:56:46 1.3 --- Graph.class 2001/11/28 19:57:44 1.4 *************** *** 23,27 **** * @param integer $width The width of the graph * @param integer $height The height of the graph ! * function Graph($image_object, $width, $height) { $this->SetLibraryObject($image_object); --- 23,27 ---- * @param integer $width The width of the graph * @param integer $height The height of the graph ! */ function Graph($image_object, $width, $height) { $this->SetLibraryObject($image_object); |