Show
Ignore:
Timestamp:
10/02/08 18:47:46 (2 months ago)
Author:
aarkerio
Message:

Update SQL tables

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/entries/admin_listing.ctp

    r776 r791  
    2929 
    3030<?php 
    31 $paginator->options(array('url' => $val['User']['username'])); 
     31if ( isset($val) ): 
     32   $paginator->options(array('url' => $val['User']['username'])); 
     33endif; 
    3234 
    3335$t  = $html->div(null,$paginator->prev('« '.__('Previous', true),null,null,array('class'=>'disabled')),array('style'=>'width:100px;float:left'));