This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -820,72 +905,19 @@ | |
*/ | |
public function rearrangeSteps($moves) { | |
- $db = GuideDB::db(); | |
- $guideid = $this->guideid; | |
- $langid = $this->langid; | |
- | |
- // Get the stepids that correspond with the orderbys, so that we can use | |
- // something unique to reference steps by. | |
- $q_stepids = <<<EOT |
NewerOlder