From: Steve Sutton Date: Thu, 12 Jun 2014 15:47:33 +0000 (-0400) Subject: Remove css for the row class . X-Git-Tag: v1.0^2~31^2~2^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8d74123bdcc19f93ec5e6344d740370e721cb5f1;p=web%2FSooLocks.git Remove css for the row class . --- diff --git a/Toolkit/Schedule/EditSchedule.php b/Toolkit/Schedule/EditSchedule.php index b03c831..537a8f3 100644 --- a/Toolkit/Schedule/EditSchedule.php +++ b/Toolkit/Schedule/EditSchedule.php @@ -422,8 +422,8 @@ class Toolkit_Schedule_EditSchedule SELECT id,navigation_name,parent FROM toolbox.pages ORDER BY parent,pos"; - - $data = $this->dbh->query($qs)->fetchAll(PDO::FETCH_ASSOC); + $dbh = $registry->dbh; + $data = $dbh->query($qs)->fetchAll(PDO::FETCH_ASSOC); $data1 = $this->_sort_by_parent($data); $select = '