CloneSet1971


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.989statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
151176
libraries/joomla/database/table.php
25414
libraries/joomla/database/table/content.php
Clone Instance
1
Line Count
5
Source Line
1176
Source File
libraries/joomla/database/table.php

                // Update the publishing state for rows with the given primary keys.
                $this->_db->setQuery(
                        'UPDATE `'
                        .          $this->_tbl
                        .                      '`'
                        . ' SET `published` = '
                        .                     (int) $state
                        . ' WHERE ('
                        .          $where
                        .                 ')'
                        . $checkin);


Clone Instance
2
Line Count
5
Source Line
414
Source File
libraries/joomla/database/table/content.php

                // Update the publishing state for rows with the given primary keys.
                $this->_db->setQuery(
                        'UPDATE `'
                        .          $this->_tbl
                        .                      '`'
                        . ' SET `state` = '
                        .                 (int) $state
                        . ' WHERE ('
                        .          $where
                        .                 ')'
                        . $checkin);


Clone AbstractionParameter Count: 1Parameter Bindings

// Update the publishing state for rows with the given primary keys.
$this->_db->setQuery('UPDATE `'
                     . $this->_tbl
                     . '`'
                     .  [[#variable46950f40]]
                     . (int) $state
                     . ' WHERE ('
                     . $where
                     . ')'
                     . $checkin);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46950f40]]
' SET `published` = ' 
12[[#46950f40]]
' SET `state` = '