Author: sevein
Date: Mon Oct 17 16:26:36 2011
New Revision: 10129

Log:
Typo

Modified:
   
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorBadRequestSuccess.xml.php
   
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorChecksumMismatchSuccess.xml.php
   
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorContentSuccess.xml.php
   
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorMaxUploadSizeExceeded.xml.php
   
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorNotImplementedSuccess.xml.php
   
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/MediationNotAllowedSuccess.xml.php
   
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/TargetOwnerUnknown.xml.php

Modified: 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorBadRequestSuccess.xml.php
==============================================================================
--- 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorBadRequestSuccess.xml.php
    Mon Oct 17 15:57:38 2011        (r10128)
+++ 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorBadRequestSuccess.xml.php
    Mon Oct 17 16:26:36 2011        (r10129)
@@ -3,7 +3,7 @@
              xmlns="http://www.w3.org/2005/Atom";
              xmlns:sword="http://purl.org/net/sword/";>
 
-  <?php if isset($summary): ?>
+  <?php if (isset($summary)): ?>
     <summary type="text"><?php echo $summary ?></summary>
   <?php endif; ?>
 

Modified: 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorChecksumMismatchSuccess.xml.php
==============================================================================
--- 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorChecksumMismatchSuccess.xml.php
      Mon Oct 17 15:57:38 2011        (r10128)
+++ 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorChecksumMismatchSuccess.xml.php
      Mon Oct 17 16:26:36 2011        (r10129)
@@ -3,7 +3,7 @@
              xmlns="http://www.w3.org/2005/Atom";
              xmlns:sword="http://purl.org/net/sword/";>
 
-  <?php if isset($summary): ?>
+  <?php if (isset($summary)): ?>
     <summary type="text"><?php echo $summary ?></summary>
   <?php endif; ?>
 

Modified: 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorContentSuccess.xml.php
==============================================================================
--- 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorContentSuccess.xml.php
       Mon Oct 17 15:57:38 2011        (r10128)
+++ 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorContentSuccess.xml.php
       Mon Oct 17 16:26:36 2011        (r10129)
@@ -3,7 +3,7 @@
              xmlns="http://www.w3.org/2005/Atom";
              xmlns:sword="http://purl.org/net/sword/";>
 
-  <?php if isset($summary): ?>
+  <?php if (isset($summary)): ?>
     <summary type="text"><?php echo $summary ?></summary>
   <?php endif; ?>
 

Modified: 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorMaxUploadSizeExceeded.xml.php
==============================================================================
--- 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorMaxUploadSizeExceeded.xml.php
        Mon Oct 17 15:57:38 2011        (r10128)
+++ 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorMaxUploadSizeExceeded.xml.php
        Mon Oct 17 16:26:36 2011        (r10129)
@@ -3,7 +3,7 @@
              xmlns="http://www.w3.org/2005/Atom";
              xmlns:sword="http://purl.org/net/sword/";>
 
-  <?php if isset($summary): ?>
+  <?php if (isset($summary)): ?>
     <summary type="text"><?php echo $summary ?></summary>
   <?php endif; ?>
 

Modified: 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorNotImplementedSuccess.xml.php
==============================================================================
--- 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorNotImplementedSuccess.xml.php
        Mon Oct 17 15:57:38 2011        (r10128)
+++ 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/ErrorNotImplementedSuccess.xml.php
        Mon Oct 17 16:26:36 2011        (r10129)
@@ -3,7 +3,7 @@
              xmlns="http://www.w3.org/2005/Atom";
              xmlns:sword="http://purl.org/net/sword/";>
 
-  <?php if isset($summary): ?>
+  <?php if (isset($summary)): ?>
     <summary type="text"><?php echo $summary ?></summary>
   <?php endif; ?>
 

Modified: 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/MediationNotAllowedSuccess.xml.php
==============================================================================
--- 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/MediationNotAllowedSuccess.xml.php
        Mon Oct 17 15:57:38 2011        (r10128)
+++ 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/MediationNotAllowedSuccess.xml.php
        Mon Oct 17 16:26:36 2011        (r10129)
@@ -3,7 +3,7 @@
              xmlns="http://www.w3.org/2005/Atom";
              xmlns:sword="http://purl.org/net/sword/";>
 
-  <?php if isset($summary): ?>
+  <?php if (isset($summary)): ?>
     <summary type="text"><?php echo $summary ?></summary>
   <?php endif; ?>
 

Modified: 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/TargetOwnerUnknown.xml.php
==============================================================================
--- 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/TargetOwnerUnknown.xml.php
        Mon Oct 17 15:57:38 2011        (r10128)
+++ 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/error/TargetOwnerUnknown.xml.php
        Mon Oct 17 16:26:36 2011        (r10129)
@@ -3,7 +3,7 @@
              xmlns="http://www.w3.org/2005/Atom";
              xmlns:sword="http://purl.org/net/sword/";>
 
-  <?php if isset($summary): ?>
+  <?php if (isset($summary)): ?>
     <summary type="text"><?php echo $summary ?></summary>
   <?php endif; ?>
 

-- 
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.

Reply via email to