partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit c35457be39c534b7ce212068699db3c77f1c5112
parent 62fc7989be745471263d33126f23dadba57daf99
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 31 Mar 2012 09:17:50 +0200

Better formatting, the message looks ugly

Diffstat:
Msrc/setup/tests/check-doctrine.php | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/setup/tests/check-doctrine.php b/src/setup/tests/check-doctrine.php @@ -74,10 +74,10 @@ if (!$doctrineClassLoader->canLoadClass("Doctrine\\Symfony\\Component\\Yaml\\Yam $yamlErrorMessage = "The YAML component of symfony is not installed. This component is required; please install "; $yamlErrorMessage .= "it using:<br/><br/>"; $yamlErrorMessage .= "<code>pear install pear.doctrine-project.org/DoctrineSymfonyYaml</code><br/><br/>"; - $yamlErrorMessage .= "If you are getting the error <code>doctrine/DoctrineSymfonyYaml is already installed and is "; - $yamlErrorMessage .= "the same as the released version</code>"; - $yamlErrorMessage .= "please REINSTALL the package using <code>pear uninstall doctrine/DoctrineSymfonyYaml<br/>"; - $yamlErrorMessage .= "pear install doctrine/DoctrineSymfonyYaml</code>"; + $yamlErrorMessage .= "If you are getting the error:<br/><br/><code>doctrine/DoctrineSymfonyYaml is already "; + $yamlErrorMessage .= "installed and is the same as the released version</code><br/><br/>"; + $yamlErrorMessage .= "please REINSTALL the package using<br/><br/><code>pear uninstall "; + $yamlErrorMessage .= "doctrine/DoctrineSymfonyYaml<br/>pear install doctrine/DoctrineSymfonyYaml</code>"; echo json_encode(array("error" => true, "message" => $yamlErrorMessage)); exit;