Cleans a little bit the code and add the total number of rows in paginated mode r1
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Sun, 12 Oct 2008 03:39:20 +0000 (23:39 -0400)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Sun, 12 Oct 2008 03:39:20 +0000 (23:39 -0400)
commit7e604c228828059ba0f5a1e3be2cc1933b6e1305
tree2bb447113b761a97d40524c12a77d2266bd10b44
parenta3997580d33dbd98beb75af59f9047c4fdf3a798
Cleans a little bit the code and add the total number of rows in paginated mode
 * remove bad named $str and $str2 vars
 * use booleans $has_object and $has_subject instead of reapeting
   isset() many times
 * add some code comments
 * code cleaning around printTitle in doBrowse
 * add total number of rows in the relation (see #782258 feature request)
classes/database/Postgres.php
display.php