1
0
mirror of synced 2024-12-13 06:46:03 +03:00

removed debugging

This commit is contained in:
zYne 2006-09-03 19:26:32 +00:00
parent 087de88f7c
commit 1a265b0750

View File

@ -452,7 +452,7 @@ final class Doctrine {
array_slice($lines,
$start,
($end - $start)));
print $refl->getEndLine()."<br \>";
}
@ -466,7 +466,7 @@ class DQLException extends Exception { }
?>");
fclose($fp);
$stripped = php_strip_whitespace( $file );
//print $stripped;
$fp = fopen($file, 'w+');
fwrite($fp, $stripped);
fclose($fp);