Author: david
Date: Mon Feb 28 10:29:00 2011
New Revision: 9010
Log:
drop hanging whitespace
Modified:
trunk/lib/task/digitalObjectLoadTask.class.php
Modified: trunk/lib/task/digitalObjectLoadTask.class.php
==============================================================================
--- trunk/lib/task/digitalObjectLoadTask.class.php Mon Feb 28 10:28:19
2011 (r9009)
+++ trunk/lib/task/digitalObjectLoadTask.class.php Mon Feb 28 10:29:00
2011 (r9010)
@@ -18,7 +18,7 @@
*/
/**
- * Load a csv list of digital objects
+ * Load a csv list of digital objects
*
* @package symfony
* @subpackage task
@@ -60,12 +60,12 @@
$conn = $databaseManager->getDatabase('propel')->getConnection();
sfConfig::set('app_upload_dir', self::getUploadDir($conn));
-
+
if (false === $fh = fopen($arguments['filename'], 'rb'))
{
throw new sfException('You must specify a valid filename');
}
-
+
// Get header (first) row
$header = fgetcsv($fh, 1000);
@@ -105,10 +105,10 @@
{
$uploadDir = 'uploads'; // Default value
- $sql = 'SELECT i18n.value
+ $sql = 'SELECT i18n.value
FROM setting stg JOIN setting_i18n i18n ON stg.id = i18n.id
WHERE stg.source_culture = i18n.culture
- AND stg.name = \'upload_dir\';';
+ AND stg.name = \'upload_dir\';';
if ($sth = $conn->query($sql))
{
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.