diff options
author | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-05-30 23:40:19 +0200 |
---|---|---|
committer | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-05-30 23:40:19 +0200 |
commit | 68173d0c24dec273931aee46ac8edf35fe64a945 (patch) | |
tree | 20141bfa595226c3c2000bd4b83f91f49b10f47c | |
parent | 5656eab3a24864b35148acf260c63468fa58b094 (diff) |
Begin to apply PEAR coding standards. Doc is NOK nor private variables names ; refs #48
-rw-r--r-- | FedoraClient.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |