Modified:
branches/bmas-staging/lib/org/freemedsoftware/module/UnfiledDocuments.class.php
Log:
Modified: branches/bmas-staging/lib/org/freemedsoftware/module/UnfiledDocuments.class.php
===================================================================
--- branches/bmas-staging/lib/org/freemedsoftware/module/UnfiledDocuments.class.php 2010-03-12 07:53:36 UTC (rev 5276)
+++ branches/bmas-staging/lib/org/freemedsoftware/module/UnfiledDocuments.class.php 2010-03-12 07:59:03 UTC (rev 5277)
@@ -288,6 +288,7 @@
for ($i = 1; $i <= $pages; $i++) {
$d[$cur][] = $i;
if ($splitafter[$i] == 1) {
+ return $splitafter[$i];
$cur++;
}
}