Indefero

Indefero Commit Details


Date:2012-04-18 16:22:32 (13 years 4 months ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:169fbe62162b449b95c87fe75af20b9b466dff05
Parents: 84d80af1ce6da885897b794f2941ee93ce547b10
Message:Another Postgres issue fixed.

Changes:

File differences

src/IDF/ActivityTaxonomy.php
141141
142142
143143
144
144
145
146
147
148
149
145150
146151
147152
$cache[$argIdent] = 0;
list($higher, $lower) = $dateBoundaries;
$sql = new Pluf_SQL('model_class IN ("'.implode('","', $classes).'") '.
$db = Pluf::db();
$classes_esc = array();
foreach ($classes as $class) {
$classes_esc[] = $db->esc($class);
}
$sql = new Pluf_SQL('model_class IN ('.implode(',', $classes_esc).') '.
'AND creation_dtime >= %s AND creation_dtime <= %s',
array($lower, $higher));

Archive Download the corresponding diff file

Page rendered in 0.25534s using 13 queries.