Author: david
Date: Thu Jul 5 16:40:45 2012
New Revision: 11862
Log:
Use 'transcript' for property name. Cosmetic changes to scope text
Modified:
trunk/lib/model/QubitDigitalObject.php
Modified: trunk/lib/model/QubitDigitalObject.php
==============================================================================
--- trunk/lib/model/QubitDigitalObject.php Thu Jul 5 15:52:42 2012
(r11861)
+++ trunk/lib/model/QubitDigitalObject.php Thu Jul 5 16:40:45 2012
(r11862)
@@ -1922,8 +1922,8 @@
$property = new QubitProperty;
$property->objectId = $this->id;
- $property->name = 'text';
- $property->scope = 'Text extracted from source file using pdftotext';
+ $property->name = 'transcript';
+ $property->scope = 'Text extracted from source PDF file\'s text layer
using pdftotext';
$property->value = $text;
$property->indexOnSave = false;
--
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.