]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trail...
authorPetr Skoda <skodak@moodle.org>
Sun, 1 Nov 2009 10:55:31 +0000 (10:55 +0000)
committerPetr Skoda <skodak@moodle.org>
Sun, 1 Nov 2009 10:55:31 +0000 (10:55 +0000)
81 files changed:
admin/handlevirus.php
admin/mnet/mnet_themes.html
admin/report/courseoverview/index.php
admin/roles/lib.php
admin/roles/manage.php
admin/roles/roles.js
admin/roles/tabs.php
admin/settings.php
admin/timezone.php
admin/timezoneimport.php
admin/uploadpicture.php
admin/uploadpicture_form.php
admin/user.php
admin/user/user_bulk_enrol.php
admin/user/user_bulk_message.php
admin/webservice/lib.php
admin/webservice/service_users.php
admin/xmldb/actions/XMLDBAction.class.php
admin/xmldb/actions/XMLDBCheckAction.class.php
admin/xmldb/actions/check_bigints/check_bigints.class.php
admin/xmldb/actions/check_defaults/check_defaults.class.php
admin/xmldb/actions/check_foreign_keys/check_foreign_keys.class.php
admin/xmldb/actions/check_indexes/check_indexes.class.php
admin/xmldb/actions/create_xml_file/create_xml_file.class.php
admin/xmldb/actions/delete_field/delete_field.class.php
admin/xmldb/actions/delete_index/delete_index.class.php
admin/xmldb/actions/delete_key/delete_key.class.php
admin/xmldb/actions/delete_sentence/delete_sentence.class.php
admin/xmldb/actions/delete_statement/delete_statement.class.php
admin/xmldb/actions/delete_table/delete_table.class.php
admin/xmldb/actions/delete_xml_file/delete_xml_file.class.php
admin/xmldb/actions/edit_field/edit_field.class.php
admin/xmldb/actions/edit_field_save/edit_field_save.class.php
admin/xmldb/actions/edit_index/edit_index.class.php
admin/xmldb/actions/edit_index_save/edit_index_save.class.php
admin/xmldb/actions/edit_key/edit_key.class.php
admin/xmldb/actions/edit_key_save/edit_key_save.class.php
admin/xmldb/actions/edit_sentence/edit_sentence.class.php
admin/xmldb/actions/edit_sentence_save/edit_sentence_save.class.php
admin/xmldb/actions/edit_statement/edit_statement.class.php
admin/xmldb/actions/edit_statement_save/edit_statement_save.class.php
admin/xmldb/actions/edit_table/edit_table.class.php
admin/xmldb/actions/edit_table_save/edit_table_save.class.php
admin/xmldb/actions/edit_xml_file/edit_xml_file.class.php
admin/xmldb/actions/edit_xml_file_save/edit_xml_file_save.class.php
admin/xmldb/actions/generate_all_documentation/generate_all_documentation.class.php
admin/xmldb/actions/generate_documentation/generate_documentation.class.php
admin/xmldb/actions/get_db_directories/get_db_directories.class.php
admin/xmldb/actions/load_xml_file/load_xml_file.class.php
admin/xmldb/actions/load_xml_files/load_xml_files.class.php
admin/xmldb/actions/main_view/main_view.class.php
admin/xmldb/actions/move_updown_field/move_updown_field.class.php
admin/xmldb/actions/move_updown_index/move_updown_index.class.php
admin/xmldb/actions/move_updown_key/move_updown_key.class.php
admin/xmldb/actions/move_updown_statement/move_updown_statement.class.php
admin/xmldb/actions/move_updown_table/move_updown_table.class.php
admin/xmldb/actions/new_field/new_field.class.php
admin/xmldb/actions/new_index/new_index.class.php
admin/xmldb/actions/new_key/new_key.class.php
admin/xmldb/actions/new_sentence/new_sentence.class.php
admin/xmldb/actions/new_statement/new_statement.class.php
admin/xmldb/actions/new_table/new_table.class.php
admin/xmldb/actions/new_table_from_mysql/new_table_from_mysql.class.php
admin/xmldb/actions/revert_changes/revert_changes.class.php
admin/xmldb/actions/save_xml_file/save_xml_file.class.php
admin/xmldb/actions/template/template.class.php
admin/xmldb/actions/test/test.class.php
admin/xmldb/actions/unload_xml_file/unload_xml_file.class.php
admin/xmldb/actions/view_field_xml/view_field_xml.class.php
admin/xmldb/actions/view_index_xml/view_index_xml.class.php
admin/xmldb/actions/view_key_xml/view_key_xml.class.php
admin/xmldb/actions/view_reserved_words/view_reserved_words.class.php
admin/xmldb/actions/view_statement_xml/view_statement_xml.class.php
admin/xmldb/actions/view_structure_php/view_structure_php.class.php
admin/xmldb/actions/view_structure_sql/view_structure_sql.class.php
admin/xmldb/actions/view_structure_xml/view_structure_xml.class.php
admin/xmldb/actions/view_table_php/view_table_php.class.php
admin/xmldb/actions/view_table_sql/view_table_sql.class.php
admin/xmldb/actions/view_table_xml/view_table_xml.class.php
admin/xmldb/actions/view_xml/view_xml.class.php
admin/xmldb/index.php

index 83b8def7c27995654e6b4700010b3f953082f471..86b5f292c0d57275f6b2c2ab48579edc5975acaf 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 /** This expects the output from a command like
  * clamscan -r --infected --no-summary <files> 2>&1 | php -d error_log=/path/to/log thisfile.php 
  * also it's important that the output of clamscan prints the FULL PATH to each infected file, so use absolute paths for area to scan
@@ -141,4 +141,4 @@ function validate_line($line) {
     return $file;
 }
 
-?>
+
index f7b5d9d34c9697f307a687db9646c0892defae2e..01859dd6b6b46584a53f93741ab855fd8bdb0721 100644 (file)
@@ -128,4 +128,4 @@ print_tabs(array($tabs), 'mnetthemes');
 
 $THEME = $original_theme;
 echo $OUTPUT->footer();
-?>
+
index 3f92371e6d906034fb7a04b34f58132dea7697c8..af60b502d4ffcbdca95b5fd60e22a45fc9904e4a 100644 (file)
     $table = new html_table();
     $table->width = '*';
     $table->align = array('left','left','left','left','left','left');
-    
+
     $select = html_select::make($reportoptions,'report',$report, false);
     $select->nothingvalue = '';
     $reporttypemenu = $OUTPUT->select($select);
-    
+
     $select = html_select::make($timeoptions,'time',$time, false);
     $select->nothingvalue = '';
     $timeoptionsmenu = $OUTPUT->select($select);
-    
+
     $table->data[] = array(get_string('statsreporttype'),$reporttypemenu,
                            get_string('statstimeperiod'),$timeoptionsmenu,
                            '<input type="text" name="numcourses" size="3" maxlength="2" value="'.$numcourses.'" />',
index 44a46e88087d980b2010e4c1c22bec340723d16a..226e08e517f00ea56421d229c119f032e3546336 100644 (file)
@@ -87,7 +87,7 @@ abstract class capability_table_base {
         echo '<tr><th class="name" align="left" scope="col">' . get_string('capability','role') . '</th>';
         $this->add_header_cells();
         echo "</tr>\n</thead>\n<tbody>\n";
-        
+
     /// Loop over capabilities.
         $contextlevel = 0;
         $component = '';
@@ -137,7 +137,7 @@ abstract class capability_table_base {
         echo '<tr class="rolecapheading header"><td colspan="' . (1 + $this->num_extra_columns()) . '" class="header"><strong>' .
                 get_component_string($capability->component, $capability->contextlevel) .
                 '</strong></td></tr>';
-        
+
     }
 
     /** For subclasses to override, output header cells, after the initial capability one. */
@@ -256,7 +256,7 @@ class explain_capability_table extends capability_table_base {
         $link = html_link::make($this->baseurl . $capability->name, $this->strexplanation);
         $link->add_action(new popup_action('click', $link->url, 'hascapabilityexplanation', array('height' => 600, 'width' => 600)));
         $link->title = get_string($tooltip, 'role', $a);
-        echo $OUTPUT->link($link);                    
+        echo $OUTPUT->link($link);
 
         echo '</td>';
     }
@@ -415,18 +415,18 @@ abstract class capability_table_with_risks extends capability_table_base {
     /**
      * Print a risk icon, as a link to the Risks page on Moodle Docs.
      *
-     * @param string $type the type of risk, will be one of the keys from the 
+     * @param string $type the type of risk, will be one of the keys from the
      *      get_all_risks array. Must start with 'risk'.
      */
     function get_risk_icon($type) {
         global $OUTPUT;
         if (!isset($this->riskicons[$type])) {
             $iconurl = $OUTPUT->old_icon_url('i/' . str_replace('risk', 'risk_', $type));
-            
+
             $link = html_link::make($this->risksurl, '<img src="' . $iconurl . '" alt="' . get_string($type . 'short', 'admin') . '" />');
             $link->add_action(new popup_action('click', $link->url, 'docspopup'));
             $link->title = get_string($type, 'admin');
-            
+
             $this->riskicons[$type] = $OUTPUT->link($link);
         }
         return $this->riskicons[$type];
@@ -611,7 +611,7 @@ class define_role_table_advanced extends capability_table_with_risks {
                     assign_capability($cap, CAP_ALLOW, $this->role->id, $this->context->id);
                 } else {
                     unassign_capability($cap, $this->role->id);
-                } 
+                }
             }
         }
 
@@ -633,7 +633,7 @@ class define_role_table_advanced extends capability_table_with_risks {
     protected function get_shortname_field($id) {
         return '<input type="text" id="' . $id . '" name="' . $id . '" maxlength="254" value="' . s($this->role->shortname) . '" />';
     }
-    
+
     protected function get_description_field($id) {
         return print_textarea(true, 10, 50, 50, 10, 'description', $this->role->description, 0, true);
     }
@@ -819,7 +819,7 @@ class view_role_definition_table extends define_role_table_advanced {
         }
         echo '<td class="' . $permname . '">' . $this->strperms[$permname] . '<span class="note">' .
                 $default . '</span></td>';
-        
+
     }
 }
 
@@ -976,7 +976,7 @@ abstract class role_assign_user_selector_base extends user_selector_base {
  *
  * In this case we replicate part of get_users_by_capability() get the users
  * with moodle/course:view (or moodle/site:doanything). We can't use
- * get_users_by_capability() becuase 
+ * get_users_by_capability() becuase
  *   1) get_users_by_capability() does not deal with searching by name
  *   2) exceptions array can be potentially large for large courses
  */
@@ -1080,7 +1080,7 @@ class potential_assignees_course_and_above extends role_assign_user_selector_bas
         $fields      = 'SELECT ' . $this->required_fields_sql('');
         $countfields = 'SELECT COUNT(1)';
 
-        $sql = " FROM {user} 
+        $sql = " FROM {user}
                 WHERE $wherecondition
                       AND id NOT IN (
                          SELECT u.id
@@ -1341,7 +1341,7 @@ abstract class role_allow_role_page {
 
     /**
      * @return object a $table structure that can be passed to print_table, containing
-     * one cell for each checkbox. 
+     * one cell for each checkbox.
      */
     public function get_table() {
         $table = new html_table();
index 38f2a294f22bfd0c715b90084a6902eb7dfc34d2..f321c4583563852b73372125a10201b50ca1d999 100755 (executable)
@@ -89,7 +89,7 @@
                 $a->name = $roles[$roleid]->name;
                 $a->shortname = $roles[$roleid]->shortname;
                 $a->count = $DB->count_records('role_assignments', array('roleid'=>$roleid));
-                
+
                 $formcontinue = html_form::make_button($baseurl, array('confirm' => 1, 'msg' => $msg), get_string('yes'));
                 $formcancel = html_form::make_button($baseurl, $optionsno, get_string('no'), 'get');
                 echo $OUTPUT->confirm(get_string('deleterolesure', 'role', $a), $formcontinue, $formcancel);
         if (isset($undeletableroles[$role->id])) {
             $row[3] .= get_spacer();
         } else {
-            $row[3] .= get_action_icon($baseurl . '?action=delete&amp;roleid=' . $role->id, 
+            $row[3] .= get_action_icon($baseurl . '?action=delete&amp;roleid=' . $role->id,
                   'delete', $strdelete, get_string('deletexrole', 'role', $role->localname));
         }
 
index 2f1810b6b259c8d0aed39b6b2ea6a793ab58cd14..7ef6268a0a4efc9a98a2261a76f896c0b0163669 100644 (file)
@@ -1,4 +1,4 @@
-/* This class filters the rows of a table like the one on the define or 
+/* This class filters the rows of a table like the one on the define or
 override roles pages. It adds a search box just above the table, and if
 content is typed into that box, it hides any rows in the table where the
 capability name does not contain that text. */
index c382234bc3c5e21c6a6b2fbc7e0d64fae669ac0f..bec62cedd6b60c1dc55dcd0eaf217e3faacf9600 100755 (executable)
@@ -72,7 +72,7 @@ if ($currenttab != 'update') {
             if (empty($title)) {
                 $title = "$SITE->shortname: $category->name";
             }
-            
+
             $PAGE->navbar->add($strcategories, new moodle_url($CFG->wwwroot.'/course/index.php'), navigation_node::TYPE_SETTING);
             $PAGE->navbar->add($category->name, new moodle_url($CFG->wwwroot.'/course/category.php', array('id'=>$category->id)), navigation_node::TYPE_SETTING);
             $PAGE->set_title($title);
@@ -107,7 +107,7 @@ if ($currenttab != 'update') {
             require_login($course);
 
             $PAGE->navigation->add(get_string('roles'));
-            
+
             if (empty($title)) {
                 $title = get_string("editinga", "moodle", $fullmodulename);
             }
index dc7cdf2b6c17db8c4796c7f5bd4f0b373b92b9ba..d9b289a9a0729b065284c363b897adfed1725747 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 require_once('../config.php');
 require_once($CFG->libdir.'/adminlib.php');
@@ -133,4 +133,4 @@ if (empty($SITE->fullname)) {
 
 echo $OUTPUT->footer();
 
-?>
+
index e8b21c80a3865e8a18ad5a45b9798e7f1b102981..3c7bf1c6ab2975367aa9af9251d6807becd587d4 100644 (file)
@@ -52,4 +52,4 @@
 
     echo $OUTPUT->footer();
 
-?>
+
index f2c10cfd009681653700d98c36123f92c4317194..264b6de334957f2a5bda70458edf87fc0379ad7c 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
     // Automatic update of Timezones from a new source
     
 
     echo $OUTPUT->footer();
 
-?>
+
index 8f3e9ed72c28fadc83cb724c9ef45676deebb3d2..5dada3f5509644da089ba5eaf6cfc98b19e44a5e 100644 (file)
@@ -258,4 +258,4 @@ function my_save_profile_image($id, $originalfile) {
     return process_profile_image($originalfile, $destination);
 }
 
-?>
+
index 9ed7d1c6a6d83d9f570639ac15632fc019ad5907..cfba7b4b75aebe5c3e99d037658aa69f00d32c0f 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
     require_once $CFG->libdir.'/formslib.php';
 
     class admin_uploadpicture_form extends moodleform {
@@ -25,4 +25,4 @@
             $this->add_action_buttons(false, get_string('uploadpictures', 'admin'));
         }
     }
-?>
+
index 5d4b68e0b05a76aaffcc77b6f8321bcdb5a2d701..eee2cf28d1eff6ae00ece28136a256ebc892314e 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
     require_once('../config.php');
     require_once($CFG->libdir.'/adminlib.php');
     echo $OUTPUT->footer();
 
 
-?>
+
index f5754f418928ce8cbb620a4bd8d219dfbe121065..859a715d3f9b57062937d289b2223eac04384f37 100644 (file)
@@ -13,7 +13,7 @@ admin_externalpage_setup('userbulk');
 require_capability('moodle/user:delete', get_context_instance(CONTEXT_SYSTEM));
 $return = $CFG->wwwroot.'/'.$CFG->admin.'/user/user_bulk.php';
 //If no users selected then return to user_bulk.php
-if (empty($SESSION->bulk_users)) { 
+if (empty($SESSION->bulk_users)) {
     redirect($return);
 }
 $users = $SESSION->bulk_users; //Get users to display
@@ -71,7 +71,7 @@ foreach ($columns as $column) {
 if(!empty($processed)) {
     //Process data form here
     $total = count($courses) * count($users);
-  
+
     for ( $i = 0; $i < $total; $i++ )
     {
         $param = "selected".$i;
@@ -100,14 +100,14 @@ if(!empty($processed)) {
     redirect($return, get_string('changessaved'));
 }
 
-//Form beginning  
+//Form beginning
 echo '<form id="multienrol" name="multienrol" method="post" action="user_bulk_enrol.php">';
 echo '<input type="hidden" name="processed" value="yes" />';
 $count = 0;
-foreach($users as $user) 
+foreach($users as $user)
 {
     $temparray = array (
-        '<a href="'.$CFG->wwwroot.'/user/view.php?id='.$user->id.'&amp;course='.SITEID.'">'.$user->fullname.'</a>'   
+        '<a href="'.$CFG->wwwroot.'/user/view.php?id='.$user->id.'&amp;course='.SITEID.'">'.$user->fullname.'</a>'
     );
     $mycourses = get_my_courses($user->id);
     foreach($courses as $acourse)
index 1de582a1b3afacb530c80c03fed888efcf833b88..bbfca19ebdd9b365ab82d60a64da6f1b734fb57d 100755 (executable)
@@ -58,7 +58,7 @@ if ($msgform->is_cancelled()) {
     admin_externalpage_print_header();
     echo $OUTPUT->heading(get_string('confirmation', 'admin'));
     echo $OUTPUT->box($msg, 'boxwidthnarrow boxaligncenter generalbox', 'preview');
-    
+
     $formcontinue = html_form::make_button('user_bulk_message.php', array('confirm' => 1, 'msg' => $msg), get_string('yes'));
     $formcancel = html_form::make_button('user_bulk.php', $optionsno, get_string('no'), 'get');
     echo $OUTPUT->confirm(get_string('confirmmessage', 'bulkusers', $usernames), $formcontinue, $formcancel);
index bb267dfe89471aa5035bf8d49bd25e0cef4981a3..0e6ed07dbdee3eb6dfea83326ed11effd7cdbb7c 100644 (file)
@@ -58,7 +58,7 @@ class service_user_selector extends user_selector_base {
         global $DB;
         //by default wherecondition retrieves all users except the deleted, not
         //confirmed and guest
-        list($wherecondition, $params) = $this->search_sql($search, 'u'); 
+        list($wherecondition, $params) = $this->search_sql($search, 'u');
         $params[] = $this->serviceid;
 
 
index 78ca79ee57b2bde5684ecc44240bf6b3afb061fb..983f6862e97c65ab8fe653df0e6e0006bcea83d6 100644 (file)
@@ -63,7 +63,7 @@ $alloweduserselector = new service_user_selector('removeselect', array('servicei
          $userstoremove = $alloweduserselector->get_selected_users();
             if (!empty($userstoremove)) {
 
-                foreach ($userstoremove as $removeuser) {             
+                foreach ($userstoremove as $removeuser) {
                     $DB->delete_records('external_services_users', array('externalserviceid' => $id, 'userid' => $removeuser->id));
                     add_to_log(1, 'core', 'assign', $CFG->admin.'/webservice/service_users.php?id='.$id, 'remove', '', $removeuser->id);
                 }
@@ -88,7 +88,7 @@ $alloweduserselector = new service_user_selector('removeselect', array('servicei
       </td>
       <td id="buttonscell">
           <div id="addcontrols">
-              <input name="add" id="add" type="submit" value="<?php echo $THEME->larrow.'&nbsp;'.get_string('add'); ?>" title="<?php print_string('add'); ?>" /><br />  
+              <input name="add" id="add" type="submit" value="<?php echo $THEME->larrow.'&nbsp;'.get_string('add'); ?>" title="<?php print_string('add'); ?>" /><br />
           </div>
 
           <div id="removecontrols">
@@ -146,7 +146,7 @@ $sql = " SELECT u.id as id, esu.id as serviceuserid, u.email as email, u.firstna
 $allowedusers = $DB->get_records_sql($sql, array($id));
 if (!empty($allowedusers)) {
     echo $OUTPUT->box_start('generalbox', 'alloweduserlist');
-   
+
     echo "<label><strong>".get_string('serviceuserssettings', 'webservice').":</strong></label>";
     echo "<br/><br/><span style=\"font-size:85%\">"; //reduce font of the user settings
     foreach($allowedusers as $user) {
@@ -199,7 +199,7 @@ if (!empty($allowedusers)) {
         //TO IMPLEMENT : assign the required capability (if needed)
         $contents .=  "<div class=\"fitem\"><div class=\"fitemtitle\"><label>".get_string('addrequiredcapability','webservice')." </label></div><div class=\"felement fcheckbox\">";
         $checkbox = new html_select_option();
-        $checkbox->value = $user->id; 
+        $checkbox->value = $user->id;
         $checkbox->selected = false;
         $checkbox->text = ' ';
         $checkbox->label->text = ' ';
@@ -207,7 +207,7 @@ if (!empty($allowedusers)) {
         $contents .= $OUTPUT->checkbox($checkbox, 'addcap')."</div></div>";
         $contents .= "</div>";
         echo $OUTPUT->form($form, $contents);
-        
+
         echo print_collapsible_region_end(true);
 
 
index c0cb9031b1d03474d59ab8e2c36915c13a7b5a8a..b0f1ea3c35190682b12a61fe25431385cd981694 100644 (file)
@@ -247,4 +247,3 @@ class XMLDBAction {
         return $result;
     }
 }
-?>
index 255c8a710622d03e1cf8d8f178277c8c7083dc37..dcbe283ce54ab736e6ca114b821494a30aac1322 100644 (file)
@@ -197,7 +197,7 @@ abstract class XMLDBCheckAction extends XMLDBAction {
      * @return array an array with two elements: First, some additional progress output,
      *      for example a list (<ul>) of the things check each with an one work ok/not ok summary.
      *      Second, an array giving the details of any problems found. These arrays
-     *      for all tables will be aggregated, and then passed to 
+     *      for all tables will be aggregated, and then passed to
      */
     abstract protected function check_table(xmldb_table $xmldb_table, array $metacolumns);
 
@@ -210,4 +210,3 @@ abstract class XMLDBCheckAction extends XMLDBAction {
      */
     abstract protected function display_results(array $problems_found);
 }
-?>
index 690c0efec7170701a85e64be7b691baa50b54254..2729a589be4ae6cfe56f1d9a7fe10657c87713f6 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -161,4 +161,3 @@ class check_bigints extends XMLDBCheckAction {
         return $r;
     }
 }
-?>
index d22065d73fd955f0b675ecc5bd85338d175ce2f0..66aad6b86bc842230fea096ce2a4aec149d195c3 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -156,4 +156,3 @@ class check_defaults extends XMLDBCheckAction {
         return $r;
     }
 }
-?>
index 5e6de08a98f697a0ef28d7f775dcb2f6217b37b8..13240a7f317824b47e963ca9190bcdd584bbd9cb 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -162,4 +162,3 @@ class check_foreign_keys extends XMLDBCheckAction {
         return $r;
     }
 }
-?>
index 603a47fc78297ff773f2132b2d82a29ff634ff21..9ac0cee912776bfc8af08d778ed74dba9a436564 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -166,4 +166,3 @@ class check_indexes extends XMLDBCheckAction {
         return $r;
     }
 }
-?>
index 03f36b88edc7a5758502d4a787faa74227d18003..1ef91c85e5533eda6c7e4c44bba675d1d85f1935 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -105,4 +105,4 @@ class create_xml_file extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 5e3843cb8999c9d71e245a12fab84f5a3440a73b..8c4aa0a7bb2973a59ffb204f6a5bf349674f8fe5 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -137,4 +137,4 @@ class delete_field extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index d9ff4e3610b47c71f675f2f1cb7149fcd12f3b33..cbcfef28d28bfe6d8a6d14d49e27e749bb1bc64a 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -137,4 +137,4 @@ class delete_index extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index f6bfa878ff0560e12b0947091bb39b120ddfda3b..fa406ca161492cad483914c769cf0a80f19d9575 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -137,4 +137,4 @@ class delete_key extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 6b6a8bbae67291d7bb83afa313032a3882fb9f7f..db48a3065ec3c2e99ab37e58349eee5bf9a76aad 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -130,4 +130,4 @@ class delete_sentence extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 95f6149a89359bb5050c83ec047e07a6bb922c25..824bf757ca43170a90d66fc39e0153a7b750a480 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -112,4 +112,4 @@ class delete_statement extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index b03d01f1e612f666a41f7271c27cfc13022b50b6..a5fe8daf3fa197e6fc2a7c2afaa15992b4b9e13c 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -112,4 +112,4 @@ class delete_table extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 7a4d56f3a8287ecc25600f557269c9b6603d5280..37cbb9505924bda56b71a6df11e49c84a5e0e573 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -108,4 +108,4 @@ class delete_xml_file extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 9edc53717b5e7cf7f3426c1776a18990eca11bbe..27b579fc8360b62d23f4ba6be13daad5470b0bd5 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -208,4 +208,4 @@ class edit_field extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index a62085a22b0bdbe2689330e2d8d93d5f19e21dbd..21db40d1d6fc3f5a62211a0e285ba4f4f996ca51 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -297,4 +297,4 @@ class edit_field_save extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 01f0d17a35f6b401a453cb7863f42ad680f8428c..9eabd88323fec1833d3d69aebe1ee5122b22f9f8 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -159,4 +159,4 @@ class edit_index extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index a6fcfefde90ce269b3d81ced50164179a785f665..8373f837a0dbaed7b4356ac0939130cfd8aff9ad 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -223,4 +223,4 @@ class edit_index_save extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 2e60c755f01eccc155ef545070b32ff27c62c279..333c65d9306c221f0bb94bed7731820aa619d2d7 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -172,4 +172,4 @@ class edit_key extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index f9afce4ef7d7b5b7f74f3261bc1e263347592a7a..45664005e4eaa44ba69ca2553b8673f4d52b147c 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -305,4 +305,4 @@ class edit_key_save extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index c8240ea33e8fff9d8d7b3b9bec7dfe845adb296c..1b8e34eb8228097d996d31c48fcb78a565a07246 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -151,4 +151,4 @@ class edit_sentence extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 7db6ea5905c448a47cdb632f871087aef4799c1c..a0354db808da7ff7cc403417de0d9e50c7fae77c 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -154,4 +154,4 @@ class edit_sentence_save extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 7851041c920120d9e658cbfd17836d0f6029a960..ba26c4e7216645c6ae10e44f946b94f0855d04b1 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -180,4 +180,4 @@ class edit_statement extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index f6b2f92fea1f436e1e547f1bcbf6dec5388c2b36..4eaaf3c2bda639eaa20b98327776ed4c96562acc 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -105,4 +105,4 @@ class edit_statement_save extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index e912fb365447c02cef04e3534004e40acd21a948..099654f5143c202a0dafa11f7b4ad28d7552706a 100644 (file)
@@ -354,4 +354,4 @@ class edit_table extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index eeef79f30f39eee577e6d3eda4cb6a65c6caac72..69973fadc62e30fdcfd3c921b8aa554e960e2c21 100644 (file)
@@ -162,4 +162,4 @@ class edit_table_save extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 59b4d59fb7c40c3ab8dfa84e8e8824435953e11b..2c0e40f39f3de6f7a0769f06a8be2c5eb591a6b9 100644 (file)
@@ -282,4 +282,4 @@ class edit_xml_file extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index dc4b1ba4e65358698899a608f07af74b4974bd73..9319bbc678b3e839e40006cd64cb8a9b0f39eb53 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -97,4 +97,4 @@ class edit_xml_file_save extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 657dde6a4367261888ef5f6bd6f29a6b0ccd357f..1fa0b19c548f819c95f8b96d79fdef713d8e8917 100644 (file)
@@ -121,4 +121,4 @@ class generate_all_documentation extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 1059048fdb5e8a89aa5ae9b41fe1eabdd88e144f..7bee8a87d53e27e35b8a6479735d24d8276258fb 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -103,4 +103,4 @@ class generate_documentation extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index fe401acdcd1d828c2eb04b3ff473d0b4485823b9..8dfd2abbf89bca290e00383fcaaa79ef372e2b4e 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -89,4 +89,4 @@ class get_db_directories extends XMLDBAction {
         return true;
     }
 }
-?>
+
index a67bad52a4029de1557ecdc00dbaa71186f45890..94b6c61c476c3734dc2abb64288a7bc382699b7a 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -114,4 +114,4 @@ class load_xml_file extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 1791111833cd6b07d1efaa25e20eece53df31c2d..851495060bb56ab2946a1b6bc0b4769aa3f57ed6 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -95,4 +95,4 @@ class load_xml_files extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 2f9132118cdb97579db31d683cd61d158b32fc59..b943a8e8975a2cc42c6e92cc9b5123348afaf7cb 100644 (file)
@@ -333,4 +333,4 @@ class main_view extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 72f14266913f7c5dec3625d8ceb06249945ef5d4..d7135539347eb1b0fd4d896e180022267e18f87c 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -143,4 +143,4 @@ class move_updown_field extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 397c595c3d5b1f5a6479a0339cdfc26721f8ad3b..6cc16334385447bd75ce6a6c58a62dcecc6cd3e0 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -143,4 +143,4 @@ class move_updown_index extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index c1019aa3743b1ef7d7d6c37b9fb6b1c98d190255..9b697ed984f6e7030f03d8bea9c151ef341ab348 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -143,4 +143,4 @@ class move_updown_key extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 10a954b0c339e3029d0e4b07d57eb126fdc7af84..32290ae3117d7be4fbe9230bb48e336c0aca202a 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -137,4 +137,4 @@ class move_updown_statement extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 7470a0c668cc74edae7ba5808de3f5e51938f1a4..f9b2043b677a1e773e5b588cfa3b155ded4b1399 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -137,4 +137,4 @@ class move_updown_table extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 54aa82a681a91421de5c41c0dc171d281c7d4e97..6ce810d891a6d2ee7eaf5de3aa9898bbbac59f30 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -105,4 +105,4 @@ class new_field extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 47443b146c6a9fc4db8371b1762dac1f366c2d75..a3da0e115e2b4fdb53d1555668b427f91415335e 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -104,4 +104,4 @@ class new_index extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index bead9052e5e9132bec388dec08dc6df828ada7c3..4b35db62024bed8c56cf39a5ad81d4cfcad0bdd5 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -104,4 +104,4 @@ class new_key extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index b6deaaa6ff18b4b3d6212d59f298c220347614a4..869c8f299e4f17a0fc194882eb8f924bacc456f6 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -117,4 +117,4 @@ class new_sentence extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 2cf683859c28770cb81e2f77d0ff3cf23cbd76d1..72f1124137e1ebb22ce02f37487bdc5f0f2e04b0 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -154,4 +154,4 @@ class new_statement extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index c02a8bbf451545a254c803f81ddaa8ff63cc4ba1..b2b9a38929fc7fa88843aa76f2a93281e633cc48 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -117,4 +117,4 @@ class new_table extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 79a69b0b946f601a98f18df203ab86d425a2fa72..ebc919ccad1b9481046be59e39b3d076176d53d3 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -184,4 +184,4 @@ class new_table_from_mysql extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 7046f07012467addf1ac5b7753e373c87ee5eef3..ed3be66cca16ee7548e982d0dff10db7a7ce89d4 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -114,4 +114,4 @@ class revert_changes extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 425ee18e7f089993c1a3b616a976605d91884477..0e7523c8dc88f3d66d01dca8d34f8024ce528f7c 100644 (file)
@@ -123,4 +123,4 @@ class save_xml_file extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index f139fabfbf039cd225258210c73059872d06aa34..5d7a082f7e3cab4be2b1b21fb0d7375a3a7d961e 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -88,4 +88,4 @@ class template extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 216794646a98d57239a8bbc0f49c407e92b9c9e1..6bc79c97901ed0e581d03d5a2f31c14d2af255a8 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -1139,4 +1139,4 @@ class test extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index a12ae587c664b6f2cdc1285568fab81f2214f136..4f8679e74bcbc448d2fa8a19fe6db192fcd49cce 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -94,4 +94,4 @@ class unload_xml_file extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index f46fca549fb475bee77eebc4f62588c3e266c26a..1d1a60f58cff9f7e78fd1a88dfa6d88d7448f96b 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -136,4 +136,4 @@ class view_field_xml extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 9ade23d3301e5e845ae8af1698cffd828d5e8ff6..29ebd0726b84599390e835c1f2c9b457efb70dfe 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -136,4 +136,4 @@ class view_index_xml extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index a973a96dc8c1e1b9d8b280d574ebea3a4ae9fb4d..f140d9485b9b34ccec11fc6f6d6e7e76cec23d2c 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -136,4 +136,4 @@ class view_key_xml extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 149538db64c0a96857c7ffb1a1130ee9c574890c..639110b84c5738279d72997463887d58f60558e6 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -128,4 +128,4 @@ class view_reserved_words extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 16b0fa3ef8bbeb1bb8091c8f2fd69025b316d8d3..07fa10d4fdab6f5f2c4d28ac40936bdaf421462e 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -123,4 +123,4 @@ class view_statement_xml extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 5f4c5b0af24f42911456bc871ec03669d0f92e42..46420fcad987a52d75383409136379da76259aa3 100644 (file)
@@ -312,4 +312,4 @@ class view_structure_php extends XMLDBAction {
     }
 
 }
-?>
+
index 97044ce88cb20d9551549fb36ac7b2ef8d3f6453..72cf30fc7f23626668aeea69eaad0a7a6f9120c4 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -110,4 +110,4 @@ class view_structure_sql extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 80ff3b06530bc0fbe0ad14432fee26838abed972..346db46ec0552670ca901eaba66a983adfb8c0af 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -110,4 +110,4 @@ class view_structure_xml extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index b11a7c284d5a9c491d45c5d6c7b5c258e4d55349..3b682386f0758d3e2de10dd77c9c4e1ef1b7e37e 100644 (file)
@@ -1034,4 +1034,4 @@ class view_table_php extends XMLDBAction {
     }
 
 }
-?>
+
index 5089a2554d215a1dd1c126e863bde2e58147b9a6..595a9cde1a8308490defad50396161c99197a18e 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -118,4 +118,4 @@ class view_table_sql extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index 8f997d259ed8e65b58cc03ee224fbce3171d9583..3e57f20d4acbc426e772ea39725ba27abc8b7b57 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -123,4 +123,4 @@ class view_table_xml extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index b1354a3098673cb4f9e02d397890f2dd0ae662ff..e14f0ec897feb351acddcfcc9941a9482171fc03 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -83,4 +83,4 @@ class view_xml extends XMLDBAction {
         return $result;
     }
 }
-?>
+
index ae1fa6361c89f8e1da2cc8348cb87d5318194d09..b2d64806fd39641cd81b8c3a60853d07395f6919 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
             ///print_object($XMLDB);
         }
     }
-
-?>