Author: mcantelon
Date: Mon Jan 16 16:16:12 2012
New Revision: 10686
Log:
Bug fix: this file was set as executable which caused it not to autoload which
caused the settings list page to crash.
Modified:
trunk/lib/form/SettingsJobSchedulingForm.class.php (contents, props
changed)
Modified: trunk/lib/form/SettingsJobSchedulingForm.class.php
==============================================================================
--- trunk/lib/form/SettingsJobSchedulingForm.class.php Mon Jan 16 14:05:36
2012 (r10685)
+++ trunk/lib/form/SettingsJobSchedulingForm.class.php Mon Jan 16 16:16:12
2012 (r10686)
@@ -55,4 +55,4 @@
// Set wrapper text for OAI Harvesting form settings
$this->widgetSchema->setNameFormat('job_scheduling[%s]');
}
-}
+}
--
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.