? views-510920.patch
? views-528906.patch
Index: includes/view.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/includes/view.inc,v
retrieving revision 1.151.2.12
diff -u -p -r1.151.2.12 view.inc
--- includes/view.inc	1 Jul 2009 15:36:26 -0000	1.151.2.12
+++ includes/view.inc	23 Jul 2009 19:47:17 -0000
@@ -102,6 +102,13 @@ class view extends views_db_object {
   }
 
   /**
+   * Change/Set the current page for the pager.
+   */
+  function set_current_page($page) {
+    $this->pager['current_page'] = $page;
+  }
+
+  /**
    * Whether or not the pager should be used.
    */
   function set_use_pager($use_pager) {
