Index: potx-cli.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/potx/Attic/potx-cli.php,v
retrieving revision 1.1.2.4
diff -u -r1.1.2.4 potx-cli.php
--- potx-cli.php	27 Jun 2007 13:14:44 -0000	1.1.2.4
+++ potx-cli.php	22 Jul 2007 11:43:43 -0000
@@ -12,7 +12,7 @@
  */
 
 // Functions shared with web based interface
-include 'potx.inc';
+include dirname(__FILE__) .'/potx.inc';
 
 // We need a lot of resources probably
 @ini_set('memory_limit', '16M');

