From 68173d0c24dec273931aee46ac8edf35fe64a945 Mon Sep 17 00:00:00 2001 From: "Johan \"Papa\" Cwiklinski" Date: Sun, 30 May 2010 23:40:19 +0200 Subject: Begin to apply PEAR coding standards. Doc is NOK nor private variables names ; refs #48 --- FedoraClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FedoraClient.php b/FedoraClient.php index 4ece45c..e003a03 100644 --- a/FedoraClient.php +++ b/FedoraClient.php @@ -35,7 +35,7 @@ * @since The begining of times. */ -define('FEDORACLIENT_VERSION','0.1.0-dev'); +define('FEDORACLIENT_VERSION', '0.1.0-dev'); if (!function_exists('curl_version')) { die("curl extension required\n"); -- cgit