cvs: smarty /docs/scripts file-entities.php.in
"Mehdi Achour" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsdidou1081846060@cvsserver> |
didou Tue Apr 13 04:47:40 2004 EDT
Modified files:
/smarty/docs/scripts file-entities.php.in
Log:
drop my nice debugging line :)
http://cvs.php.net/diff.php/smarty/docs/scripts/file-entities.php.in?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/scripts/file-entities.php.in
diff -u smarty/docs/scripts/file-entities.php.in:1.2 smarty/docs/scripts/file-entities.php.in:1.3
--- smarty/docs/scripts/file-entities.php.in:1.2 Tue Apr 13 04:47:09 2004
+++ smarty/docs/scripts/file-entities.php.in Tue Apr 13 04:47:40 2004
@@ -17,7 +17,7 @@
| Gabor Hojtsy <[email protected]> |
+----------------------------------------------------------------------+
- $Id: file-entities.php.in,v 1.2 2004/04/13 08:47:09 didou Exp $
+ $Id: file-entities.php.in,v 1.3 2004/04/13 08:47:40 didou Exp $
*/
/**
@@ -138,7 +138,7 @@
// Try to open English working directory
$dh = opendir($work_dir);
- if (!$dh) { echo "lllll"; return FALSE; }
+ if (!$dh) { return FALSE; }
// If the working directory is a reference functions directory
if (preg_match("!/reference/.*/functions$!", $work_dir)) {
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php