/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/controllers/admin.php

  • Committer: a11patfr at his
  • Date: 2013-05-13 09:59:22 UTC
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: a11patfr@student.his.se-20130513095922-gveigrd7vvzghnsl
Fixed the dragand drop thingamabob.

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
                $this->load->model('admin/Admin_model');
147
147
                $this->Admin_model->uploadFile($_FILES['files'],$cid, $categoryName, $subCategoryName, $example);
148
148
        }
149
 
 
150
 
}
 
 
b'\\ No newline at end of file'
 
149
}