@@ -257,10 +257,10 @@ class="M_butt last" target="_self">
257257 if (isset ($ _REQUEST ['query ' ])) {
258258 echo '<td class="select_all"> ' ;
259259 echo '<input type="checkbox" value="select_all_ '
260- .htmlspecialchars ($ t_n_url ). '" style="margin: 0px;" ' ;
261- echo 'id="select_all_ ' . htmlspecialchars ($ t_n_url ). '" title="select all" ' ;
262- echo 'onclick="Select_all( \'' . htmlspecialchars ($ t_n_url ) .'\', \''
263- .htmlspecialchars ($ GLOBALS ['PMD_OUT ' ]["OWNER " ][$ i ]). '\')"></td> ' ;
260+ . htmlspecialchars ($ t_n_url ) . '" style="margin: 0px;" ' ;
261+ echo 'id="select_all_ ' . htmlspecialchars ($ t_n_url ) . '" title="select all" ' ;
262+ echo 'onclick="Select_all( \'' . htmlspecialchars ($ t_n_url ) . '\', \''
263+ . htmlspecialchars ($ GLOBALS ['PMD_OUT ' ]["OWNER " ][$ i ]) . '\')"></td> ' ;
264264 }
265265 ?>
266266 <td class="small_tab" onmouseover="this.className='small_tab2';"
@@ -292,11 +292,11 @@ class="M_butt last" target="_self">
292292 <?php
293293 if (isset ($ _REQUEST ['query ' ])) {
294294 echo '<td class="tab_zag" onmouseover="Table_onover( \''
295- .htmlspecialchars ($ t_n_url ). '\',0,1)" id="id_zag_ '
296- .htmlspecialchars ($ t_n_url ). '_2" ' ;
295+ . htmlspecialchars ($ t_n_url ) . '\',0,1)" id="id_zag_ '
296+ . htmlspecialchars ($ t_n_url ) . '_2" ' ;
297297 echo 'onmousedown="cur_click=document.getElementById( \''
298- .htmlspecialchars ($ t_n_url ). '\');" ' ;
299- echo 'onmouseout="Table_onover( \'' . htmlspecialchars ($ t_n_url ). '\',1,1)"> ' ;
298+ . htmlspecialchars ($ t_n_url ) . '\');" ' ;
299+ echo 'onmouseout="Table_onover( \'' . htmlspecialchars ($ t_n_url ) . '\',1,1)"> ' ;
300300 }
301301 ?>
302302</tr>
@@ -331,34 +331,34 @@ class="M_butt last" target="_self">
331331 onmouseout="this.className = old_class;"
332332 onmousedown="Click_field('<?php
333333 echo $ GLOBALS ['PMD_URL ' ]["TABLE_NAME_SMALL " ][$ i ]."',' "
334- .urlencode ($ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ])."', " ;
334+ . urlencode ($ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ])."', " ;
335335 if (!PMA_Util::isForeignKeySupported ($ GLOBALS ['PMD ' ]['TABLE_TYPE ' ][$ i ])) {
336336 echo (isset ($ tables_pk_or_unique_keys [$ t_n . ". " . $ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ]]) ? 1 : 0 );
337337 } else {
338338 // if foreign keys are supported, it's not necessary that the
339339 // index is a primary key
340- echo (isset ($ tables_all_keys [$ t_n. ". " . $ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ]]) ? 1 : 0 );
340+ echo (isset ($ tables_all_keys [$ t_n . ". " . $ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ]]) ? 1 : 0 );
341341 }
342342 ?> )">
343343 <?php
344344 if (isset ($ _REQUEST ['query ' ])) {
345345 echo '<td class="select_all"> ' ;
346- echo '<input value=" ' . htmlspecialchars ($ t_n_url )
347- .urlencode ($ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ]). '" ' ;
348- echo 'type="checkbox" id="select_ ' . htmlspecialchars ($ t_n_url ). '._ '
349- .urlencode ($ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ]). '" ' ;
350- echo 'style="margin: 0px;" title="select_ '
351- .urlencode ($ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ]). '" ' ;
346+ echo '<input value=" ' . htmlspecialchars ($ t_n_url )
347+ . urlencode ($ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ]) . '" ' ;
348+ echo 'type="checkbox" id="select_ ' . htmlspecialchars ($ t_n_url ) . '._ '
349+ . urlencode ($ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ]) . '" ' ;
350+ echo 'style="margin: 0px;" title="select_ '
351+ . urlencode ($ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ]) . '" ' ;
352352 echo 'onclick="store_column( \''
353- .urlencode ($ GLOBALS ['PMD_OUT ' ]["TABLE_NAME_SMALL " ][$ i ]). '\', \''
354- .htmlspecialchars ($ GLOBALS ['PMD_OUT ' ]["OWNER " ][$ i ]). '\', \''
355- .urlencode ($ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ]). '\')"></td> ' ;
353+ . urlencode ($ GLOBALS ['PMD_OUT ' ]["TABLE_NAME_SMALL " ][$ i ]) . '\', \''
354+ . htmlspecialchars ($ GLOBALS ['PMD_OUT ' ]["OWNER " ][$ i ]) . '\', \''
355+ . urlencode ($ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ]) . '\')"></td> ' ;
356356 }?>
357357 <td width="10px" colspan="3"
358- id="<?php echo $ t_n_url. ". " . urlencode ($ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ]) ?> ">
358+ id="<?php echo $ t_n_url . ". " . urlencode ($ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ]) ?> ">
359359 <div class="nowrap">
360360 <?php
361- if (isset ($ tables_pk_or_unique_keys [$ t_n. ". " . $ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ]])) {
361+ if (isset ($ tables_pk_or_unique_keys [$ t_n . ". " . $ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ]])) {
362362 ?>
363363 <img src="<?php echo $ _SESSION ['PMA_Theme ' ]->getImgPath (); ?> pmd/FieldKey_small.png"
364364 alt="*" />
@@ -399,7 +399,7 @@ class="M_butt last" target="_self">
399399 echo 'onmouseout="this.className= \'small_tab_pref \';" ' ;
400400 echo 'onclick="Click_option( \'pmd_optionse \', \''
401401 . urlencode ($ tab_column [$ t_n ]["COLUMN_NAME " ][$ j ]) . '\', \''
402- . $ GLOBALS ['PMD_OUT ' ]["TABLE_NAME_SMALL " ][$ i ]. '\')" > ' ;
402+ . $ GLOBALS ['PMD_OUT ' ]["TABLE_NAME_SMALL " ][$ i ] . '\')" > ' ;
403403 echo '<img src=" '
404404 . $ _SESSION ['PMA_Theme ' ]->getImgPath ('pmd/exec_small.png ' )
405405 . '" title="options" alt="" /></td> ' ;
0 commit comments