X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fmodels%2FPathMapper.php;h=8db1e2724f4098377af2c6507e1316c3f41104b0;hp=1e0e973c4489dc0e1bb9673cefcbeb30c949a72d;hb=f35ee92c9c18e4604be3a6ed8590cff6505a3200;hpb=ed6c499940e9867ce98902d25ffbf4d0b1c88598 diff --git a/application/models/PathMapper.php b/application/models/PathMapper.php index 1e0e973..8db1e27 100644 --- a/application/models/PathMapper.php +++ b/application/models/PathMapper.php @@ -25,7 +25,6 @@ class Syj_Model_PathMapper $db = $this->getDbTable()->getAdapter(); $expr = $db->quoteInto('seq_attained_value(?)', array('paths_id_seq', (int)$id)); $select = $db->select()->from(new Zend_Db_Expr($expr)); - print $select->assemble(); $row = $db->fetchRow($select); return $row['t']; }