[opendemo-cvs] CVS: opendemo/tools/odcut odcut.pl,1.50,1.51
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2005-02-08 19:15:15
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18585 Modified Files: odcut.pl Log Message: add a method to get the config Index: odcut.pl =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/odcut/odcut.pl,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** odcut.pl 7 Feb 2005 21:13:39 -0000 1.50 --- odcut.pl 8 Feb 2005 19:14:59 -0000 1.51 *************** *** 287,290 **** --- 287,296 ---- + sub get_config() + { + $config; + } + + # trace sub logging |